diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml new file mode 100644 index 0000000..fc11f81 --- /dev/null +++ b/.github/workflows/vale.yml @@ -0,0 +1,30 @@ +name: vale-validation +on: + pull_request: + paths: + - README.md + - readme.md + - Readme.md + +jobs: + vale: + name: runner / vale + runs-on: ubuntu-latest + steps: + - name: clone repo + uses: actions/checkout@v4 + - name: clone vale-styles repo + uses: actions/checkout@v4 + with: + repository: DevExpress/vale-styles + path: vale-styles + ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }} + - name: copy vale rules to the root repo + run: shopt -s dotglob && cp -r ./vale-styles/vale/* . + - name: vale linter check + uses: DevExpress/vale-action@reviewdog + with: + files: '["README.md", "readme.md", "Readme.md"]' + fail_on_error: true + filter_mode: nofilter + reporter: github-check diff --git a/CS/AspMvcDashboardCustomPropertiesSample/AspMvcDashboardCustomPropertiesSample.csproj b/CS/AspMvcDashboardCustomPropertiesSample/AspMvcDashboardCustomPropertiesSample.csproj index f8f270f..ccd580e 100644 --- a/CS/AspMvcDashboardCustomPropertiesSample/AspMvcDashboardCustomPropertiesSample.csproj +++ b/CS/AspMvcDashboardCustomPropertiesSample/AspMvcDashboardCustomPropertiesSample.csproj @@ -104,38 +104,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll diff --git a/CS/AspMvcDashboardCustomPropertiesSample/Web.config b/CS/AspMvcDashboardCustomPropertiesSample/Web.config index b954f7a..7eca57e 100644 --- a/CS/AspMvcDashboardCustomPropertiesSample/Web.config +++ b/CS/AspMvcDashboardCustomPropertiesSample/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -30,37 +30,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -82,11 +82,11 @@ - - + + - + @@ -94,11 +94,11 @@ - + - - + + diff --git a/readme.md b/readme.md index 1d093cb..77421e2 100644 --- a/readme.md +++ b/readme.md @@ -2,15 +2,13 @@ ![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/253062639/20.1.2%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T878019) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) +[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) *Files to look at*: - [Extensions](./CS/AspMvcDashboardCustomPropertiesSample/Content/Extensions) - [Index.cshtml](./CS/AspMvcDashboardCustomPropertiesSample/Views/Home/Index.cshtml) # Dashboard for MVC - Custom Properties - -**[[Run Online]](https://codecentral.devexpress.com/253062639/)** - The example shows how to create [custom properties](https://docs.devexpress.com/Dashboard/401702/designer-and-viewer-applications/web-dashboard/client-side-customization/custom-properties?v=20.1) for the Web Dashboard. @@ -165,3 +163,10 @@ Overview: - [WinForms Dashboard Designer - Custom Properties](https://github.com/DevExpress-Examples/winforms-dashboard-custom-properties) - [WPF Dashboard Viewer - Custom Properties](https://github.com/DevExpress-Examples/wpf-dashboard-custom-properties) - [Multiplatform Example - Constant Lines](https://github.com/DevExpress-Examples/dashboard-constant-lines) + +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-custom-properties-sample&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-custom-properties-sample&~~~was_helpful=no) + +(you will be redirected to DevExpress.com to submit your response) +