generated from Nexus-Mods/NexusMods.App.Template
-
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.
Merge pull request #114 from Nexus-Mods/update-and-cleanup
Update and cleanup
- Loading branch information
Showing
17 changed files
with
180 additions
and
189 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project> | ||
<ItemGroup> | ||
<!-- Suppress advisories that are not relevant to this project. Be sure to include a reason for each suppression. --> | ||
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-7jgj-8wvc-jh57" Reason="Only affects .NET Core platforms, not .NET 8+, and this project targets .NET 8+"/> | ||
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-8g4q-xg66-9fp4" Reason="Possible source of DoS, but this is a test project and does not accept input from untrusted sources."/> | ||
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-cmhx-cq75-c4mj" Reason="Possible source of DoS, but this is a test project and does not accept input from untrusted sources."/> | ||
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-hh2w-p6rv-4g7w" Reason="Possible source of DoS, but this is a test project and does not accept input from untrusted sources."/> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<Project> | ||
<ItemGroup> | ||
<PackageVersion Include="DynamicData" Version="9.0.4" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.ObjectPool" Version="9.0.0" /> | ||
<PackageVersion Include="Reloaded.Memory" Version="9.4.2" /> | ||
<PackageVersion Include="RocksDB" Version="9.4.0.50294" /> | ||
<PackageVersion Include="System.Reactive" Version="6.0.1" /> | ||
<PackageVersion Include="TransparentValueObjects" Version="1.0.2" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> | ||
<PackageVersion Include="JetBrains.Annotations" Version="2024.3.0" /> | ||
<PackageVersion Include="JetBrains.Profiler.Api" Version="1.4.8" /> | ||
<PackageVersion Include="Argon" Version="0.24.2" /> | ||
<PackageVersion Include="FluentAssertions.OneOf" Version="0.0.5" /> | ||
<PackageVersion Include="NexusMods.Paths" Version="0.15.0" /> | ||
<PackageVersion Include="R3" Version="1.2.9" /> | ||
<PackageVersion Include="System.IO.Hashing" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" /> | ||
<PackageVersion Include="Weave" Version="2.1.0" OutputItemType="Analyzer" ReferenceOutputAssembly="false"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" /> | ||
<PackageVersion Include="System.CodeDom" Version="9.0.0" /> | ||
<PackageVersion Include="Verify" Version="28.2.1" /> | ||
<PackageVersion Include="Verify.SourceGenerators" Version="2.5.0" /> | ||
<PackageVersion Include="Verify.Xunit" Version="28.2.1" /> | ||
<PackageVersion Include="FluentAssertions" Version="6.12.2" /> | ||
<PackageVersion Include="FluentAssertions.Analyzers" Version="0.34.1" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false"> | ||
<IncludeAssets>runtime; build; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="xunit" Version="2.9.2" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="Xunit.SkippableFact" Version="1.4.13" /> | ||
<PackageVersion Include="NexusMods.Hashing.xxHash3" Version="3.0.3" /> | ||
<PackageVersion Include="Xunit.DependencyInjection" Version="9.6.0" /> | ||
<PackageVersion Include="Xunit.DependencyInjection.SkippableFact" Version="9.0.0" /> | ||
<PackageVersion Include="Xunit.DependencyInjection.Logging" Version="9.0.0" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||
<PackageVersion Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageVersion> | ||
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" /> | ||
</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
13 changes: 9 additions & 4 deletions
13
benchmarks/NexusMods.MnemonicDB.Benchmarks/NexusMods.MnemonicDB.Benchmarks.csproj
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,22 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<Import Project="$([MSBuild]::GetPathOfFileAbove('CVE.Ignore.props', '$(MSBuildThisFileDirectory)../'))"/> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<TargetFramework>net9.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" /> | ||
<PackageReference Include="JetBrains.Profiler.Api" Version="1.4.8" /> | ||
<PackageReference Update="JetBrains.Annotations" Version="2024.3.0" /> | ||
<PackageReference Include="BenchmarkDotNet"/> | ||
<PackageReference Include="JetBrains.Profiler.Api"/> | ||
<PackageReference Update="JetBrains.Annotations"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\NexusMods.MnemonicDB.Abstractions\NexusMods.MnemonicDB.Abstractions.csproj"/> | ||
<ProjectReference Include="..\..\src\NexusMods.MnemonicDB\NexusMods.MnemonicDB.csproj"/> | ||
<ProjectReference Include="..\..\tests\NexusMods.MnemonicDB.TestModel\NexusMods.MnemonicDB.TestModel.csproj"/> | ||
</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
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
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,41 +1,30 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" /> | ||
|
||
<Import Project="$([MSBuild]::GetPathOfFileAbove('CVE.Ignore.props', '$(MSBuildThisFileDirectory)../'))" /> | ||
<PropertyGroup> | ||
<IsPackable>false</IsPackable> | ||
<IsTestProject>true</IsTestProject> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="FluentAssertions" Version="6.*" /> | ||
<PackageReference Include="FluentAssertions.OneOf" Version="0.0.5" /> | ||
<PackageReference Include="FluentAssertions.Analyzers" Version="0.18.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="FluentAssertions" /> | ||
<PackageReference Include="FluentAssertions.OneOf" /> | ||
<PackageReference Include="FluentAssertions.Analyzers"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="xunit" Version="2.9.*" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Xunit.SkippableFact" Version="1.4.*" /> | ||
<PackageReference Include="Xunit.DependencyInjection" Version="8.*" /> | ||
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="8.*" /> | ||
<PackageReference Include="Xunit.DependencyInjection.SkippableFact" Version="8.*" /> | ||
<PackageReference Include="xunit"/> | ||
<PackageReference Include="xunit.runner.visualstudio"/> | ||
<PackageReference Include="Xunit.SkippableFact"/> | ||
<PackageReference Include="Xunit.DependencyInjection"/> | ||
<PackageReference Include="Xunit.DependencyInjection.Logging"/> | ||
<PackageReference Include="Xunit.DependencyInjection.SkippableFact"/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.*" /> | ||
<PackageReference Include="coverlet.collector" Version="6.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="GitHubActionsTestLogger" Version="2.*"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk"/> | ||
<PackageReference Include="coverlet.collector"/> | ||
<PackageReference Include="GitHubActionsTestLogger"/> | ||
</ItemGroup> | ||
</Project> |
38 changes: 14 additions & 24 deletions
38
...usMods.MnemonicDB.SourceGenerator.Tests/NexusMods.MnemonicDB.SourceGenerator.Tests.csproj
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,35 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\NexusMods.MnemonicDB.Abstractions\NexusMods.MnemonicDB.Abstractions.csproj" /> | ||
<ProjectReference Include="..\..\src\NexusMods.MnemonicDB.SourceGenerator\NexusMods.MnemonicDB.SourceGenerator.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" /> | ||
<PackageReference Include="Verify.Xunit" Version="28.2.0" /> | ||
|
||
<PackageReference Include="Verify"/> | ||
<PackageReference Include="Verify.SourceGenerators"/> | ||
<PackageReference Include="Verify.Xunit"/> | ||
<PackageReference Remove="Xunit.DependencyInjection"/> | ||
<PackageReference Remove="Xunit.DependencyInjection.Logging"/> | ||
<PackageReference Remove="Xunit.DependencyInjection.SkippableFact"/> | ||
<PackageReference Update="JetBrains.Annotations" Version="2024.3.0" /> | ||
<PackageReference Update="FluentAssertions" Version="6.12.2" /> | ||
<PackageReference Update="FluentAssertions.Analyzers" Version="0.34.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Update="xunit" Version="2.9.2" /> | ||
<PackageReference Update="xunit.runner.visualstudio" Version="2.8.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Update="Xunit.SkippableFact" Version="1.4.13" /> | ||
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||
<PackageReference Update="coverlet.collector" Version="6.0.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Update="GitHubActionsTestLogger" Version="2.4.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Update="JetBrains.Annotations"/> | ||
<PackageReference Update="FluentAssertions"/> | ||
<PackageReference Update="FluentAssertions.Analyzers"/> | ||
<PackageReference Update="xunit"/> | ||
<PackageReference Update="xunit.runner.visualstudio"/> | ||
<PackageReference Update="Xunit.SkippableFact"/> | ||
<PackageReference Update="Microsoft.NET.Test.Sdk"/> | ||
<PackageReference Update="coverlet.collector"/> | ||
<PackageReference Update="GitHubActionsTestLogger" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.