Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion TUnit.Core/TUnit.Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- Auto-include Polyfill package for compile-time type generation -->
<PropertyGroup>
<_TUnitPolyfillVersion>9.5.0</_TUnitPolyfillVersion>
<_TUnitPolyfillVersion>9.6.0</_TUnitPolyfillVersion>
Copy link

Copilot AI Jan 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Polyfill version was updated in TUnit.Core.targets to 9.6.0, but the version in Directory.Packages.props (line 64) remains at 9.5.0. This creates an inconsistency where external NuGet consumers will use Polyfill 9.6.0 while internal development and testing will use 9.5.0. Both files should be updated together to ensure consistent behavior between development and production environments.

Suggested change
<_TUnitPolyfillVersion>9.6.0</_TUnitPolyfillVersion>
<_TUnitPolyfillVersion>9.5.0</_TUnitPolyfillVersion>

Copilot uses AI. Check for mistakes.
<_TUnitNeedsPolyfill Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFrameworkIdentifier)' == '.NETFramework'">true</_TUnitNeedsPolyfill>
</PropertyGroup>

Expand Down
Loading