-
-
Notifications
You must be signed in to change notification settings - Fork 96
Description
This isn't the same as #2410, as the warning is different:
Nerdbank.MessagePack.TUnit succeeded with 1 warning(s) (130.6s) → bin\Nerdbank.MessagePack.TUnit\Debug\net9.0\win-x64\publish
C:\Users\andarno.nuget\packages\tunit.core\0.21.13\lib\net9.0\TUnit.Core.dll : warning IL2104: Assembly 'TUnit.Core' produced trim warnings. For more information see https://aka.ms/il2104
Repro details
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<SelfContained>true</SelfContained>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
<RuntimeIdentifiers>$(AvailableRuntimeIdentifiers)</RuntimeIdentifiers>
<RuntimeIdentifier>$(DefaultRuntimeIdentifier)</RuntimeIdentifier>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" />
<PackageReference Include="TUnit.Engine" />
<PackageReference Include="xunit.v3.assert" />
</ItemGroup>
</Project><PackageVersion Include="TUnit.Engine" Version="0.21.13" />dotnet publish -r win-x64
Metadata
Metadata
Assignees
Labels
No labels