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/.netconfig b/.netconfig
index d01f7bc..3e230d0 100644
--- a/.netconfig
+++ b/.netconfig
@@ -24,7 +24,7 @@
[file ".editorconfig"]
url = https://github.com/devlooped/oss/blob/main/.editorconfig
sha = fd5b554bf3538a3c92a0b49e395c8ad2e8429158
- etag = bf02d1679442e5169d03304164b8e9407997ac3132145831a91ba61fc8b50687
+ etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
weak
[file ".gitattributes"]
url = https://github.com/devlooped/oss/blob/main/.gitattributes
@@ -89,7 +89,7 @@
[file "src/Directory.Build.targets"]
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
sha = 6ae80a175a8f926ac5d9ffb0f6afd55d85cc9320
- etag = a890e3c9574327c4885f386756cba483c0f8fb2446554e4badcb6ab5b0eecfd0
+ etag = 428f80b0786ff17b836c7a5b0640948724855d17933e958642b22849ac00dadb
weak
[file "src/kzu.snk"]
url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
@@ -135,4 +135,4 @@
url = https://github.com/devlooped/oss/blob/main/.github/workflows/sponsor.yml
sha = 8990ebb36199046e0b8098bad9e46dcef739c56e
etag = e1dc114d2e8b57d50649989d32dbf0c9080ec77da3738a4cc79e9256d6ca5d3e
- weak
\ No newline at end of file
+ weak
diff --git a/docs/sponsors.md b/docs/sponsors.md
new file mode 100644
index 0000000..67575c6
--- /dev/null
+++ b/docs/sponsors.md
@@ -0,0 +1,9 @@
+[![Clarius Org](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/clarius.png "Clarius Org")](https://github.com/clarius)
+[![Christian Findlay](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MelbourneDeveloper.png "Christian Findlay")](https://github.com/MelbourneDeveloper)
+[![C. Augusto Proiete](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/augustoproiete.png "C. Augusto Proiete")](https://github.com/augustoproiete)
+[![Kirill Osenkov](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KirillOsenkov.png "Kirill Osenkov")](https://github.com/KirillOsenkov)
+[![MFB Technologies, Inc.](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/MFB-Technologies-Inc.png "MFB Technologies, Inc.")](https://github.com/MFB-Technologies-Inc)
+[![SandRock](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/sandrock.png "SandRock")](https://github.com/sandrock)
+[![Eric C](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/eeseewy.png "Eric C")](https://github.com/eeseewy)
+[![Andy Gocke](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/agocke.png "Andy Gocke")](https://github.com/agocke)
+
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
+