Update swashbuckle-aspnetcore monorepo to v7 (major) #6808
Annotations
26 warnings
π Restore:
.build/Configuration.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
π Restore:
.build/Build.CI.cs#L41
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
|
π Restore
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
π Restore
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
π Restore
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
π Restore
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
π¦ Test
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '{ Kind: (System.DateTimeKind)3 }' is not covered.
|
π¦ Test
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '{ Kind: (System.DateTimeKind)3 }' is not covered.
|
π¦ Test
Missing XML comment for publicly visible type or member 'BetweenPropertyRule'
|
π¦ Test
Missing XML comment for publicly visible type or member 'ComparisonPropertyRule'
|
π¦ Test
Missing XML comment for publicly visible type or member 'EmailPropertyRule'
|
π¦ Test
Missing XML comment for publicly visible type or member 'FluentValidationOpenApiSchemaTransformer'
|
π¦ Test
Missing XML comment for publicly visible type or member 'FluentValidationOpenApiSchemaTransformer.FluentValidationOpenApiSchemaTransformer(IEnumerable<IPropertyRuleHandler>)'
|
π¦ Test
Missing XML comment for publicly visible type or member 'FluentValidationOpenApiSchemaTransformer.TransformAsync(OpenApiSchema, OpenApiSchemaTransformerContext, CancellationToken)'
|
π¦ Test
Missing XML comment for publicly visible type or member 'IPropertyRuleHandler'
|
π¦ Test
Missing XML comment for publicly visible type or member 'IPropertyRuleHandler.HandleAsync(OpenApiValidationContext, CancellationToken)'
|
βοΈ Build
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '{ Kind: (System.DateTimeKind)3 }' is not covered.
|
βοΈ Build
Missing XML comment for publicly visible type or member 'BetweenPropertyRule'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'ComparisonPropertyRule'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'EmailPropertyRule'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'FluentValidationOpenApiSchemaTransformer'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'FluentValidationOpenApiSchemaTransformer.FluentValidationOpenApiSchemaTransformer(IEnumerable<IPropertyRuleHandler>)'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'FluentValidationOpenApiSchemaTransformer.TransformAsync(OpenApiSchema, OpenApiSchemaTransformerContext, CancellationToken)'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'IPropertyRuleHandler'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'IPropertyRuleHandler.HandleAsync(OpenApiValidationContext, CancellationToken)'
|
βοΈ Build
Missing XML comment for publicly visible type or member 'LengthPropertyRule'
|
Loading