Skip to content

Misc improvements

Misc improvements #107

Triggered via push February 19, 2024 20:22
Status Success
Total duration 51s
Artifacts
publish-package
40s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/Generators/Types/TypeGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
publish-package: src/Generators/Types/SetGenerator.cs#L15
Dereference of a possibly null reference.
publish-package: src/Generators/Types/SetGenerator.cs#L23
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
publish-package: src/Generators/Types/SetGenerator.cs#L23
Converting null literal or possible null value to non-nullable type.
publish-package: src/Generators/Types/SetGenerator.cs#L35
Dereference of a possibly null reference.
publish-package: src/Generators/Types/SetGenerator.cs#L38
Possible null reference return.
publish-package: src/AutoFakerBinder.cs#L47
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
publish-package: src/AutoFakerBinder.cs#L63
Possible null reference assignment.
publish-package: src/Generators/Types/ReadOnlyDictionaryGenerator.cs#L16
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
publish-package: src/Generators/Types/ReadOnlyDictionaryGenerator.cs#L23
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.