Add GitHub Actions jobs to test libraries on Windows and Linux (.NET & .NET Standard) #167
Annotations
10 warnings
|
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
|
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
|
src/MicroElements.OpenApi.FluentValidation/FluentValidation/ValidatorRegistry/ServiceCollectionExtensions.cs#L10
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions'
|
|
src/MicroElements.OpenApi.FluentValidation/FluentValidation/ValidationRuleContextExtensions.cs#L17
Missing XML comment for publicly visible type or member 'ValidationRuleContextExtensions.GetReflectionContext(ValidationRuleContext)'
|
|
src/MicroElements.OpenApi.FluentValidation/FluentValidation/ValidationRuleContextExtensions.cs#L11
Missing XML comment for publicly visible type or member 'ValidationRuleContextExtensions.IsCollectionRule(ValidationRuleContext)'
|
|
src/MicroElements.OpenApi.FluentValidation/FluentValidation/ReflectionContext.cs#L10
XML comment has cref attribute 'RuleContext' that could not be resolved
|
|
src/MicroElements.OpenApi.FluentValidation/FluentValidation/ValidatorRegistry/ServiceCollectionExtensions.cs#L21
Possible null reference argument for parameter 'implementationType' in 'ServiceDescriptor ServiceDescriptor.Describe(Type serviceType, Type implementationType, ServiceLifetime lifetime)'.
|
|
src/MicroElements.OpenApi.FluentValidation/Core/Extensions.cs#L44
Possible null reference return.
|
|
src/MicroElements.OpenApi.FluentValidation/FluentValidation/ISchemaGenerationContext.cs#L54
'ISchemaGenerationContext<TSchema>.Rules' hides inherited member 'ISchemaGenerationContext.Rules'. Use the new keyword if hiding was intended.
|
|
src/MicroElements.OpenApi.FluentValidation/AspNetCore/FillDefaultValuesPostConfigureOptions.cs#L27
Nullability of reference types in type of parameter 'name' of 'void FillDefaultValuesPostConfigureOptions.PostConfigure(string name, SchemaGenerationOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<SchemaGenerationOptions>.PostConfigure(string? name, SchemaGenerationOptions options)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading