File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1717    <PackageReference  Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.0-preview.7.25380.108" 
1818    <PackageReference  Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 10.0.0-preview.7.25380.108" 
1919    <PackageReference  Include =" Microsoft.Extensions.ApiDescription.Server" Version =" 10.0.0-preview.7.25380.108" PrivateAssets =" all" 
20-     <PackageReference  Include =" Microsoft.OpenApi" Version =" 2.0 .0" 
20+     <PackageReference  Include =" Microsoft.OpenApi" Version =" 2.1 .0" 
2121    <PackageReference  Include =" Microsoft.TypeScript.MSBuild" Version =" 5.9.2" PrivateAssets =" all" 
2222    <PackageReference  Include =" NSwag.AspNetCore" Version =" 14.6.0" 
2323    <PackageReference  Include =" Swashbuckle.AspNetCore" Version =" 10.0.0-pr.3283.1689" 
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ public async Task Schema_Has_No_Validation_Warnings(string schemaUrl)
6666        Assert . NotNull ( actual ) ; 
6767        Assert . NotNull ( actual . Diagnostic ) ; 
6868        Assert . Empty ( actual . Diagnostic . Errors ) ; 
69+         Assert . Empty ( actual . Diagnostic . Warnings ) ; 
6970        Assert . NotNull ( actual . Document ) ; 
7071
7172        var  errors  =  actual . Document . Validate ( ruleSet ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments