diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f551596..ed06dbe 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,3 +7,34 @@ updates:
directory: /
schedule:
interval: daily
+ groups:
+ Azure:
+ patterns:
+ - "Azure*"
+ - "Microsoft.Azure*"
+ Identity:
+ patterns:
+ - "System.IdentityModel*"
+ - "Microsoft.IdentityModel*"
+ System:
+ patterns:
+ - "System*"
+ exclude-patterns:
+ - "System.IdentityModel*"
+ Extensions:
+ patterns:
+ - "Microsoft.Extensions*"
+ Web:
+ patterns:
+ - "Microsoft.AspNetCore*"
+ Tests:
+ patterns:
+ - "Microsoft.NET.Tests*"
+ - "xunit*"
+ - "coverlet*"
+ ThisAssembly:
+ patterns:
+ - "ThisAssembly*"
+ ProtoBuf:
+ patterns:
+ - "protobuf-*"
diff --git a/.gitignore b/.gitignore
index 0c18de7..a438e35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ TestResults
.vs
.vscode
.idea
+local.settings.json
*.suo
*.sdf
@@ -31,5 +32,6 @@ node_modules
_site
.jekyll-metadata
.jekyll-cache
+.sass-cache
Gemfile.lock
package-lock.json
diff --git a/.netconfig b/.netconfig
index 9e30a9e..d796f24 100644
--- a/.netconfig
+++ b/.netconfig
@@ -22,8 +22,8 @@
weak
[file ".github/dependabot.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
- sha = 4f070a477b4162a280f02722ae666376ae4fcc71
- etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638
+ sha = 35ca3f3405452465058d89005f8a88a65847c377
+ etag = f8080f8f04d87529e90d9a66751d304a7141196fb9734aa2d110784e52e66898
weak
[file ".github/workflows/build.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
@@ -32,8 +32,8 @@
weak
[file ".gitignore"]
url = https://github.com/devlooped/oss/blob/main/.gitignore
- sha = b87a8a795a4c2b6830602225c066c11108552a99
- etag = 96e0860052044780f1fc9e3bdfbee09d82d5dddb8b1217d67460fc7330a64dd8
+ sha = 4bd702593c10df189cd4a0f6e6fb72e55de02198
+ etag = f11dcc8c057bd2f526aa9c7090c9568d1656fafaaedc6719da42a00283018ffa
weak
[file "Directory.Build.rsp"]
url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp
@@ -52,13 +52,13 @@
weak
[file "src/Directory.Build.props"]
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.props
- sha = 6ae80a175a8f926ac5d9ffb0f6afd55d85cc9320
- etag = 69d4b16c14d5047b3ed812dbf556b0b8d77deb86f73af04b9bd3640220056fa8
+ sha = b1d14c6379e5820eb2c30e08bedbdf6e9c8e8cb2
+ etag = 33cd19e0f599f444c320406da3452e9e84d28c3bb13c09e9190d9d2e7f129545
weak
[file "src/Directory.Build.targets"]
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
- sha = 1514d15399a7d545ad92a0e9d57dc8295fdd6af8
- etag = 428f80b0786ff17b836c7a5b0640948724855d17933e958642b22849ac00dadb
+ sha = 1bf1eacc7ac3920d52c8e7045bfa34abc7c05302
+ etag = 7cb1421f00d9f6f4c00f0ca98e485dcadb927cfa6b3f0b5d4fb212525d2ce9c0
weak
[file ".github/workflows/changelog.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
new file mode 100644
index 0000000..e2a7cc4
--- /dev/null
+++ b/src/Directory.Build.props
@@ -0,0 +1,147 @@
+
+
+
+
+ false
+
+ true
+
+
+
+
+ $(CI)
+
+
+
+ Daniel Cazzulino
+ Copyright (C) Daniel Cazzulino and Contributors. All rights reserved.
+ false
+ MIT
+
+
+ icon.png
+ readme.md
+
+ icon.png
+ readme.md
+
+ true
+ true
+
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\bin'))
+
+
+ true
+ true
+
+
+ true
+
+
+
+ Release
+ true
+ false
+ Latest
+
+
+ false
+
+ embedded
+ true
+ enable
+
+ strict
+
+
+ $(MSBuildProjectName)
+ $(MSBuildProjectName.IndexOf('.'))
+ $(MSBuildProjectName.Substring(0, $(RootNamespaceDot)))
+
+
+ $(DefaultItemExcludes);*.binlog;*.zip;*.rsp;*.items;**/TestResults/**/*.*
+
+ true
+ true
+ true
+ true
+
+
+ true
+
+
+ false
+
+
+ NU5105;$(NoWarn)
+
+ true
+
+
+ true
+
+
+ LatestMinor
+
+
+
+
+ $(MSBuildThisFileDirectory)kzu.snk
+
+ 002400000480000094000000060200000024000052534131000400000100010051155fd0ee280be78d81cc979423f1129ec5dd28edce9cd94fd679890639cad54c121ebdb606f8659659cd313d3b3db7fa41e2271158dd602bb0039a142717117fa1f63d93a2d288a1c2f920ec05c4858d344a45d48ebd31c1368ab783596b382b611d8c92f9c1b3d338296aa21b12f3bc9f34de87756100c172c52a24bad2db
+ 00352124762f2aa5
+ true
+
+
+
+
+ 42.42.42
+
+
+
+ <_VersionLabel>$(VersionLabel.Replace('refs/heads/', ''))
+
+ <_VersionLabel Condition="$(_VersionLabel.Contains('refs/pull/'))">$(VersionLabel.TrimEnd('.0123456789'))
+
+ <_VersionLabel>$(_VersionLabel.Replace('refs/pull/', 'pr'))
+
+ <_VersionLabel>$(_VersionLabel.Replace('/merge', ''))
+
+ <_VersionLabel>$(_VersionLabel.Replace('/', '-'))
+
+
+ $(_VersionLabel)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets
new file mode 100644
index 0000000..0cb1e4e
--- /dev/null
+++ b/src/Directory.Build.targets
@@ -0,0 +1,178 @@
+
+
+
+
+ CI;$(DefineConstants)
+
+
+
+ true
+ true
+
+
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.0.0
+ $(VersionPrefix)-$(VersionSuffix)
+ $(VersionPrefix)
+
+
+
+
+ $(PackFolder)
+ $(PackFolderPath.Replace('\$(TargetFramework)', ''))
+ $(IntermediateOutputPath)$(PackFolderPath)\
+ $(OutputPath)$(PackFolderPath)\
+ $(OutputPath)
+
+
+
+
+ pr$(GITHUB_REF.Replace('refs/pull/', '').Replace('/merge', ''))
+ $(GITHUB_REF.Replace('refs/heads/', '').Replace('refs/tags/', ''))
+
+ $(BUILD_SOURCEBRANCH.Replace('refs/heads/', '').Replace('refs/tags/', ''))
+
+ pr$(APPVEYOR_PULL_REQUEST_NUMBER)
+ $(APPVEYOR_REPO_TAG_NAME)
+ $(APPVEYOR_REPO_BRANCH)
+
+ $(TEAMCITY_BUILD_BRANCH)
+
+ pr$(TRAVIS_PULL_REQUEST)
+ $(TRAVIS_BRANCH)
+
+ pr$(CIRCLE_PR_NUMBER)
+ $(CIRCLE_TAG)
+ $(CIRCLE_BRANCH)
+
+ $(CI_COMMIT_TAG)
+ pr$(CI_MERGE_REQUEST_IID)
+ pr$(CI_EXTERNAL_PULL_REQUEST_IID)
+ $(CI_COMMIT_BRANCH)
+
+ pr$(BUDDY_EXECUTION_PULL_REQUEST_NO)
+ $(BUDDY_EXECUTION_TAG)
+ $(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)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(PrivateRepositoryUrl)
+
+
+
+ $(SourceRevisionId)
+ $(SourceRevisionId.Substring(0, 9))
+
+ $(RepositorySha)
+
+
+
+
+ <_GitSourceRoot Include="@(SourceRoot -> WithMetadataValue('SourceControl', 'git'))" />
+
+
+
+ @(_GitSourceRoot)
+
+
+
+
+
+
+ $(RepositoryUrl)
+ $(Description)
+ $(RepositoryUrl)/blob/main/changelog.md
+
+
+
+
+
+
+
+