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.3.1</_TUnitPolyfillVersion>
<_TUnitPolyfillVersion>9.3.2</_TUnitPolyfillVersion>
Copy link

Copilot AI Dec 8, 2025

Choose a reason for hiding this comment

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

The Polyfill version update is incomplete. While this file has been updated to 9.3.2, the Directory.Packages.props file still references version 9.3.1 on line 62. This creates a version mismatch between the two configuration files. The Directory.Packages.props file should also be updated to use version 9.3.2 for consistency.

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

Expand Down
Loading