From 89750024251f1bedbb273338280439c2fec9b9e7 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 10 Oct 2024 10:29:48 +0300 Subject: [PATCH 1/7] Created a new file vale.yml [skip ci] --- .github/workflows/vale.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/vale.yml diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml new file mode 100644 index 0000000..adadc73 --- /dev/null +++ b/.github/workflows/vale.yml @@ -0,0 +1,26 @@ +name: vale-validation +on: + pull_request: + paths: + - 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 + fail_on_error: true From de50f224133273d01496ab43cb228a767d396119 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 15 Oct 2024 17:20:50 +0400 Subject: [PATCH 2/7] Vale auto update [skip ci] --- .github/workflows/vale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index adadc73..068c35b 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -24,3 +24,5 @@ jobs: with: files: README.md fail_on_error: true + filter_mode: nofilter + reporter: github-check From b542c490b6ad582f89c505a54bcf4667fa04497e Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 30 Oct 2024 09:32:21 +0400 Subject: [PATCH 3/7] Source auto update [skip ci] --- .../ReportManagerServiceExample.csproj | 54 +++++++++---------- .../ReportManagerServiceExample.vbproj | 54 +++++++++---------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj b/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj index 31fc3d7..1ff8a3b 100644 --- a/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj +++ b/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj @@ -36,82 +36,82 @@ 4 - + False - + False - + False - + False - - + + False - + False - + False - + False - - + + - + False - + False - + False - + False - + False - - + + False - + False - + False - + False - + False - + False - + False - - - + + + diff --git a/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj b/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj index 861469f..c8fc356 100644 --- a/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj +++ b/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj @@ -38,82 +38,82 @@ 4 - + False - + False - + False - + False - - + + False - + False - + False - + False - - + + - + False - + False - + False - + False - + False - - + + False - + False - + False - + False - + False - + False - + False - - - + + + From 254fb05c77ef281b19a6d4754b528b6855a10217 Mon Sep 17 00:00:00 2001 From: Bogdan <95131266+iam0k@users.noreply.github.com> Date: Sat, 15 Feb 2025 21:36:00 +0400 Subject: [PATCH 4/7] Update T320584.Net5.sln --- CS/T320584.Net5.sln | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CS/T320584.Net5.sln b/CS/T320584.Net5.sln index c22a243..32a1538 100644 --- a/CS/T320584.Net5.sln +++ b/CS/T320584.Net5.sln @@ -1,5 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 14.00 -# Visual Studio 16 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32104.313 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportManagerServiceExample", "ReportManagerServiceExample\ReportManagerServiceExample.Net5.csproj", "{74302036-9B1F-4272-80D5-0A8CF1295C10}" EndProject From e27d9dde32e77c9d602420fdcee361d38b076da1 Mon Sep 17 00:00:00 2001 From: Bogdan <95131266+iam0k@users.noreply.github.com> Date: Sat, 15 Feb 2025 21:48:48 +0400 Subject: [PATCH 5/7] Update T320584.sln --- CS/T320584.sln | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CS/T320584.sln b/CS/T320584.sln index 6465970..2026155 100644 --- a/CS/T320584.sln +++ b/CS/T320584.sln @@ -1,5 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 14.00 -# Visual Studio 2012 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportManagerServiceExample", "ReportManagerServiceExample\ReportManagerServiceExample.csproj", "{74302036-9B1F-4272-80D5-0A8CF1295C10}" EndProject From 57d80af8ebcc17e2789ee1a6140e7ed9066fe00c Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Sat, 15 Feb 2025 21:56:21 +0400 Subject: [PATCH 6/7] Source auto update [skip ci] --- .../ReportManagerServiceExample.csproj | 54 +++++++++---------- .../ReportManagerServiceExample.vbproj | 54 +++++++++---------- VB/T320584.Net5.sln | 5 +- VB/T320584.sln | 5 +- 4 files changed, 60 insertions(+), 58 deletions(-) diff --git a/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj b/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj index 1ff8a3b..a1e6f51 100644 --- a/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj +++ b/CS/ReportManagerServiceExample/ReportManagerServiceExample.csproj @@ -36,82 +36,82 @@ 4 - + False - + False - + False - + False - - + + False - + False - + False - + False - - + + - + False - + False - + False - + False - + False - - + + False - + False - + False - + False - + False - + False - + False - - - + + + diff --git a/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj b/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj index c8fc356..15c7f2f 100644 --- a/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj +++ b/VB/ReportManagerServiceExample/ReportManagerServiceExample.vbproj @@ -38,82 +38,82 @@ 4 - + False - + False - + False - + False - - + + False - + False - + False - + False - - + + - + False - + False - + False - + False - + False - - + + False - + False - + False - + False - + False - + False - + False - - - + + + diff --git a/VB/T320584.Net5.sln b/VB/T320584.Net5.sln index baee538..7c8c1f5 100644 --- a/VB/T320584.Net5.sln +++ b/VB/T320584.Net5.sln @@ -1,5 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 14.00 -# Visual Studio 16 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32104.313 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ReportManagerServiceExample", "ReportManagerServiceExample\ReportManagerServiceExample.Net5.vbproj", "{74302036-9B1F-4272-80D5-0A8CF1295C10}" EndProject diff --git a/VB/T320584.sln b/VB/T320584.sln index 05a644e..b303d27 100644 --- a/VB/T320584.sln +++ b/VB/T320584.sln @@ -1,5 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 14.00 -# Visual Studio 2012 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ReportManagerServiceExample", "ReportManagerServiceExample\ReportManagerServiceExample.vbproj", "{74302036-9B1F-4272-80D5-0A8CF1295C10}" EndProject From 82e6d3d3bb204c5817cbdea1ff595342cc16c68e Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 4 Mar 2025 13:10:11 +0400 Subject: [PATCH 7/7] Vale auto update [skip ci] --- .github/workflows/vale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 068c35b..fc11f81 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -3,6 +3,8 @@ on: pull_request: paths: - README.md + - readme.md + - Readme.md jobs: vale: @@ -22,7 +24,7 @@ jobs: - name: vale linter check uses: DevExpress/vale-action@reviewdog with: - files: README.md + files: '["README.md", "readme.md", "Readme.md"]' fail_on_error: true filter_mode: nofilter reporter: github-check