Skip to content

Commit 7ffa148

Browse files
committed
undo AOT
1 parent ff21463 commit 7ffa148

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CsCheck/CsCheck.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ Added Big O regression, may change a little and no documentation yet.
4444
<NoWarn>CS1591,MA0143</NoWarn>
4545
<PackageReadmeFile>README.md</PackageReadmeFile>
4646
<AnalysisMode>All</AnalysisMode>
47-
<!--<IsAotCompatible>true</IsAotCompatible>-->
48-
<PublishAot>true</PublishAot>
4947
</PropertyGroup>
5048
<ItemGroup>
5149
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

Tests/Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<LangVersion>preview</LangVersion>
5+
<IsTestProject>true</IsTestProject>
6+
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
7+
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
58
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
69
<WarningLevel>9999</WarningLevel>
710
<Nullable>enable</Nullable>
811
<ImplicitUsings>enable</ImplicitUsings>
9-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1012
<IsPackable>false</IsPackable>
1113
<SignAssembly>true</SignAssembly>
1214
<DelaySign>false</DelaySign>
1315
<AssemblyOriginatorKeyFile>../SigningKey.snk</AssemblyOriginatorKeyFile>
14-
<PublishAot>true</PublishAot>
1516
</PropertyGroup>
1617
<ItemGroup>
1718
<PackageReference Include="TUnit" Version="1.2.11" />

0 commit comments

Comments
 (0)