Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<DebugSymbols>true</DebugSymbols>
<NoWarn>$(NoWarn);CA2007;CA1825</NoWarn>
<ServerGarbageCollection>true</ServerGarbageCollection>

<!-- TODO: Remove this setting after https://github.com/dotnet/runtime/pull/131069 issue is resolved, and backported to .NET 10. -->
<!-- Disable Dynamic adaptation to application sizes (DATAS) -->
<GarbageCollectionAdaptationMode>0</GarbageCollectionAdaptationMode>
Comment thread
timcassell marked this conversation as resolved.
</PropertyGroup>
<ItemGroup>
<Using Include="Xunit" />
Expand Down
Loading