- 
                Notifications
    You must be signed in to change notification settings 
- Fork 730
Use .NET 9 SDK #3069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
                
     Merged
            
            Use .NET 9 SDK #3069
Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    It worked with 12.0 by coincidence as both VB and C# has a version 12.0, but VB does not have a version 13.0
Resolves CA2263: prefer generic overload
xunit.runner.visualstudio 3.1.1 requires .net 8
              
                    jnyrup
  
              
              commented
              
                  
                    Jul 5, 2025 
                  
              
              
            
            
              
                    jnyrup
  
              
              commented
              
                  
                    Jul 5, 2025 
                  
              
              
            
            
              
                    jnyrup
  
              
              commented
              
                  
                    Jul 5, 2025 
                  
              
              
            
            
| Pull Request Test Coverage Report for Build 16089789800Details
 
 
 💛 - Coveralls | 
| Qodana for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected] 
 | 
              
                    dennisdoomen
  
              
              approved these changes
              
                  
                    Jul 6, 2025 
                  
              
              
            
            
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
  This was referenced Oct 27, 2025 
      
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      Labels
      
    building
  Building and Infrastructure of Fluent Assertions 
  
    dependencies
  Pull requests that update a dependency file 
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR updates the minimum required SDK to .NET 9.
While C# 13.0 doesn't seem very interesting for us, .NET 9 SDK still brings a new set of analyzers.
The NET 9.0.200 SDK supports the new slnx format, but unfortunately NUKE cannot parse it.
See nuke-build/nuke#1520
IMPORTANT
./build.sh --target spellcheckor.\build.ps1 --target spellcheckbefore pushing and check the good outcomeCONTRIBUTOR LICENSE GRANT
By submitting this contribution, the contributor hereby irrevocably grants to the project owners and maintainers a perpetual, worldwide, royalty-free, irrevocable license to use, reproduce, modify, distribute, sublicense, and create derivative works of the contribution for any purpose and under any terms, including proprietary licensing.
The contributor waives any moral rights in the contribution to the extent permitted by law and agrees not to assert any claim of authorship or control over the contribution. The contributor represents that they are the sole author of the contribution and that it is provided free of any third-party claims.
The contributor understands and agrees that the maintainers may, at their sole discretion, use, license, or redistribute the contribution as part of any work and under any terms they choose, without further permission or attribution.