Skip to content

Fixes failing contract tests on .NET 8#5372

Closed
adamnova wants to merge 2 commits intoAzure:masterfrom
adamnova:bug/fixes-contact-tests
Closed

Fixes failing contract tests on .NET 8#5372
adamnova wants to merge 2 commits intoAzure:masterfrom
adamnova:bug/fixes-contact-tests

Conversation

@adamnova
Copy link
Copy Markdown
Contributor

Pull Request Template

Description

The contracts test is failing due to incorrectly used templates and the contracts being different between .net 6 and .net 8

Contract enforcement tests now run only on net6.0 to maintain a single, stable API baseline. Tests for .NET 8+ are ignored. Refactored to avoid dynamic assembly loading by passing the assembly directly, improving reliability and test isolation.
@adamnova adamnova closed this Aug 26, 2025
@adamnova adamnova deleted the bug/fixes-contact-tests branch August 26, 2025 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant