You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump all packages to latest, cleanup dead code, fix BuildCheck version
- Version.props: bump 7 packages to latest stable (Meziantou, AwesomeAssertions,
TestSdk, ANcpLua.Analyzers, Microsoft.OpenApi)
- BuildCheck.props: update MSBuild version check from 17.8 to 18.0
- Common.targets: use self-closing XML for empty property initializers
- SdkProjectBuilder: remove unused backward-compat region (7 methods)
- CLAUDE.md: update test examples to fluent API
- global.json: bump ANcpLua.NET.Sdk.Test to 2.23.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/Build/Common/Common.targets
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@
292
292
293
293
<!-- Build test config section -->
294
294
<PropertyGroup>
295
-
<_ClaudeMdTestConfig></_ClaudeMdTestConfig>
295
+
<_ClaudeMdTestConfig/>
296
296
<_ClaudeMdTestConfigCondition="'$(IsTestProject)' == 'true' AND '$(SkipXunitInjection)' != 'true'">$(_ClaudeMdTestConfig)- xUnit v3 with Microsoft Testing Platform </_ClaudeMdTestConfig>
297
297
<_ClaudeMdTestConfigCondition="'$(IsTestProject)' == 'true' AND '$(SkipXunitInjection)' == 'true'">$(_ClaudeMdTestConfig)- Custom test framework (xUnit skipped) </_ClaudeMdTestConfig>
0 commit comments