From 81e0aea0b5ec8873ef2049f62f0c1f219f0c7d94 Mon Sep 17 00:00:00 2001 From: devlooped-bot Date: Thu, 20 Apr 2023 01:05:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20files=20with=20dotn?= =?UTF-8?q?et-file=20sync=20#=20devlooped/oss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ignore primary ctor parameter in tests, usually used for testoutput helper https://github.com/devlooped/oss/commit/c779d3d - When using EnableRexCodeGenerator, this should Just Work https://github.com/devlooped/oss/commit/c7235d7 - Enable VSCode/Razor compat when using resxcode generator https://github.com/devlooped/oss/commit/1514d15 - Parallelize format to speed up build https://github.com/devlooped/oss/commit/13d67e2 --- .editorconfig | 3 +++ .github/workflows/build.yml | 1 - .netconfig | 12 ++++++------ src/Directory.Build.targets | 16 +++++++++++++++- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5916dd0..4cab270 100644 --- a/.editorconfig +++ b/.editorconfig @@ -99,6 +99,9 @@ csharp_new_line_before_members_in_anonymous_types = true # xUnit1013: Public method should be marked as test. Allows using records as test classes dotnet_diagnostic.xUnit1013.severity = none +# CS9113: Parameter is unread (usually, ITestOutputHelper) +dotnet_diagnostic.CS9113.severity = none + # Default severity for analyzer diagnostics with category 'Style' dotnet_analyzer_diagnostic.category-Style.severity = none diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37a8e33..0480456 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,6 @@ jobs: dotnet-format: runs-on: ubuntu-latest - needs: build steps: - name: 🤘 checkout uses: actions/checkout@v2 diff --git a/.netconfig b/.netconfig index 23c4e74..8c5e5e5 100644 --- a/.netconfig +++ b/.netconfig @@ -15,9 +15,9 @@ skip [file ".editorconfig"] url = https://github.com/devlooped/oss/blob/main/.editorconfig - etag = bf02d1679442e5169d03304164b8e9407997ac3132145831a91ba61fc8b50687 + etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59 weak - sha = fd5b554bf3538a3c92a0b49e395c8ad2e8429158 + sha = c779d3d4e468358106dea03e93ba2cd35bb01ecb [file ".gitattributes"] url = https://github.com/devlooped/oss/blob/main/.gitattributes etag = 7acb32f5fa6d4ccd9c824605a7c2b8538497f0068c165567807d393dcf4d6bb7 @@ -35,9 +35,9 @@ sha = 4f070a477b4162a280f02722ae666376ae4fcc71 [file ".github/workflows/build.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml - etag = 6abaf57f2624bc65517b8cc7b8a4b7e34542cf26f2ebcd1935a15a2a075c8733 + etag = c616df0877fba60002ccfc0397e9f731ddb22acbbb195a0598fedd4cac5f3135 weak - sha = 543f7daf1e8a63ea0dc599ae0494df7d1a90caa4 + sha = 13d67e2cf3f786c8189364fd29332aaa7dc575dc [file ".github/workflows/changelog.yml"] url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml etag = 54c0b571648b1055beb3ddac180b34e93a9869b9f0277de306901b2c1dbe0b2c @@ -83,9 +83,9 @@ sha = 6ae80a175a8f926ac5d9ffb0f6afd55d85cc9320 [file "src/Directory.Build.targets"] url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets - etag = a890e3c9574327c4885f386756cba483c0f8fb2446554e4badcb6ab5b0eecfd0 + etag = 428f80b0786ff17b836c7a5b0640948724855d17933e958642b22849ac00dadb weak - sha = 6ae80a175a8f926ac5d9ffb0f6afd55d85cc9320 + sha = 1514d15399a7d545ad92a0e9d57dc8295fdd6af8 [file "src/kzu.snk"] url = https://github.com/devlooped/oss/blob/main/src/kzu.snk etag = b8d789b5b6bea017cdcc8badcea888ad78de3e34298efca922054e9fb0e7b6b9 diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 708c456..5bd4019 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -94,11 +94,25 @@ $(BUDDY_EXECUTION_BRANCH) + + + PrepareResources;$(CoreCompileDependsOn) + + + + + MSBuild:Compile + $(IntermediateOutputPath)\$([MSBuild]::ValueOrDefault('%(RelativeDir)', '').Replace('\', '.').Replace('/', '.'))%(Filename).g$(DefaultLanguageSourceExtension) + $(Language) + $(RootNamespace) + $(RootNamespace).$([MSBuild]::ValueOrDefault('%(RelativeDir)', '').Replace('\', '.').Replace('/', '.').TrimEnd('.')) + %(Filename) + @@ -161,4 +175,4 @@ - \ No newline at end of file +