Skip to content

docs: Add comprehensive Analyzers documentation (Phase 5) #20

docs: Add comprehensive Analyzers documentation (Phase 5)

docs: Add comprehensive Analyzers documentation (Phase 5) #20

Triggered via push January 22, 2026 20:42
Status Success
Total duration 57s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: tests/UnionGenerator.AspNetCore.Tests/UnionResultFilterTests.cs#L42
Cannot convert null literal to non-nullable reference type.
build: src/UnionGenerator.EntityFrameworkCore/Extensions/ModelBuilderExtensions.cs#L155
Argument of type 'ValueConverter<TResult?, string?>' cannot be used for parameter 'converter' of type 'ValueConverter<TResult, string?>' in 'PropertyBuilder<TResult> PropertyBuilder<TResult>.HasConversion<string?>(ValueConverter<TResult, string?>? converter)' due to differences in the nullability of reference types.
build: src/UnionGenerator.EntityFrameworkCore/Extensions/ModelBuilderExtensions.cs#L63
Argument of type 'ValueConverter<TResult?, string?>' cannot be used for parameter 'converter' of type 'ValueConverter<TResult, string?>' in 'PropertyBuilder<TResult> PropertyBuilder<TResult>.HasConversion<string?>(ValueConverter<TResult, string?>? converter)' due to differences in the nullability of reference types.
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build: src/UnionGenerator.Analyzers/UnionAspNetCoreUsageAnalyzer.cs#L57
Rule 'UG4012' has a changed 'Category' or 'Severity' from the last release. Either revert the update(s) in source or add a new up-to-date entry to unshipped release file. (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)