-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update `.gitignore` * Fix `.globalconfig` * Upgrade to .NET 9 * Cleanup namespaces and remove generated files from System.Text.Json * Update .yml to use .NET 9
- Loading branch information
1 parent
b00c09a
commit 9c5c570
Showing
265 changed files
with
1,896 additions
and
11,701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,8 @@ obj/ | |
src/c/tests/**/ffi/*.json | ||
src/c/tests/**/ffi-x/*.json | ||
|
||
# macOS | ||
.DS_Store | ||
|
||
# Native library files | ||
lib/*.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,25 @@ | ||
<Project> | ||
|
||
<!-- Change output folder --> | ||
<!-- Use and change artifacts folder --> | ||
<PropertyGroup> | ||
<UseArtifactsOutput>true</UseArtifactsOutput> | ||
<ArtifactsPath>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory),.gitignore))/artifacts</ArtifactsPath> | ||
</PropertyGroup> | ||
|
||
<!-- Show generated files --> | ||
<PropertyGroup> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath> | ||
</PropertyGroup> | ||
|
||
<!-- bottlenoselabs.MSBuildExtensions --> | ||
<PropertyGroup> | ||
<IsEnabledAnalyzers>true</IsEnabledAnalyzers> | ||
<IsEnabledAnalyzersStyleCop>true</IsEnabledAnalyzersStyleCop> | ||
<StyleCopSettingsFilePath>$(MSBuildThisFileDirectory)StyleCop.json</StyleCopSettingsFilePath> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="bottlenoselabs.Common.Tools" Version="*-*"> | ||
<PackageReference Include="bottlenoselabs.MSBuild.Extensions" Version="*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.507"> | ||
<PackageReference Include="StyleCop.Analyzers.Unstable" Version="*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<GlobalAnalyzerConfigFiles Include="$(MSBuildThisFileDirectory)Analyzers.globalconfig" Link="Properties/Analyzers.globalconfig" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
....SourceGeneration.JsonSourceGenerator/JsonSerializerContextCFfiCrossPlatform.Boolean.g.cs
This file was deleted.
Oops, something went wrong.
146 changes: 0 additions & 146 deletions
146
...on.SourceGeneration.JsonSourceGenerator/JsonSerializerContextCFfiCrossPlatform.CEnum.g.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.