Skip to content

chore: use source generated polyfills #1174

chore: use source generated polyfills

chore: use source generated polyfills #1174

Triggered via pull request August 2, 2023 19:01
Status Failure
Total duration 1m 28s
Artifacts

docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: benchmarks/Riok.Mapperly.Benchmarks/SourceGeneratorBenchmarks.cs#L73
The type or namespace name 'MapperGenerator' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Riok.Mapperly.Benchmarks/SourceGeneratorBenchmarks.cs#L73
The type or namespace name 'MapperGenerator' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: src/Riok.Mapperly/Symbols/FieldMember.cs#L31
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Riok.Mapperly/Symbols/PropertyMember.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Riok.Mapperly/MapperGenerator.cs#L22
Possible null reference assignment.
build: src/Riok.Mapperly/Helpers/SymbolExtensions.cs#L9
Nullability of reference types in value of type 'ImmutableHashSet<string?>' doesn't match target type 'ImmutableHashSet<string>'.
build: src/Riok.Mapperly/Helpers/DictionaryExtensions.cs#L7
Possible null reference assignment.
build: src/Riok.Mapperly/Emit/SyntaxFactoryHelper.cs#L132
Dereference of a possibly null reference.
build: src/Riok.Mapperly/Configuration/AttributeDataAccessor.cs#L84
Converting null literal or possible null value to non-nullable type.
build: src/Riok.Mapperly/Configuration/AttributeDataAccessor.cs#L84
Possible null reference return.
build: src/Riok.Mapperly/Descriptors/MappingBuilders/EnumMappingBuilder.cs#L137
Use 'SymbolEqualityComparer' when comparing symbols
build: src/Riok.Mapperly/Descriptors/MappingBuilders/EnumMappingBuilder.cs#L138
Use 'SymbolEqualityComparer' when comparing symbols