This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Merge pull request #36 from PandaTechAM/development #174
Annotations
21 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy:
src/EFCoreQueryMagic/Converters/DirectConverter.cs#L7
Nullability of reference types in type of parameter 'value' of 'void DirectConverter.Context.set' doesn't match implicitly implemented member 'void IConverter.Context.set' (possibly because of nullability attributes).
|
deploy:
src/EFCoreQueryMagic/Converters/EncryptedConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'void EncryptedConverter.Context.set' doesn't match implicitly implemented member 'void IConverter.Context.set' (possibly because of nullability attributes).
|
deploy:
src/EFCoreQueryMagic/Converters/FilterPandaBaseConverter.cs#L8
Nullability of reference types in type of parameter 'value' of 'void FilterPandaBaseConverter.Context.set' doesn't match implicitly implemented member 'void IConverter.Context.set' (possibly because of nullability attributes).
|
deploy:
src/EFCoreQueryMagic/Converters/DirectConverter.cs#L7
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/FilterKey.cs#L12
Non-nullable property 'SourceType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/FilterKey.cs#L13
Non-nullable property 'SourcePropertyType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/Public/FilterQuery.cs#L10
Non-nullable property 'Values' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/Public/FilterQuery.cs#L17
Non-nullable property 'Filters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/Public/MagicQuery.cs#L19
The variable 'e' is declared but never used
|
deploy:
src/EFCoreQueryMagic/Extensions/DbContextExtensions.cs#L26
Unreachable code detected
|
deploy:
src/EFCoreQueryMagic/Converters/FilterPandaBaseConverter.cs#L8
Nullability of reference types in type of parameter 'value' of 'void FilterPandaBaseConverter.Context.set' doesn't match implicitly implemented member 'void IConverter.Context.set' (possibly because of nullability attributes).
|
deploy:
src/EFCoreQueryMagic/Converters/DirectConverter.cs#L7
Nullability of reference types in type of parameter 'value' of 'void DirectConverter.Context.set' doesn't match implicitly implemented member 'void IConverter.Context.set' (possibly because of nullability attributes).
|
deploy:
src/EFCoreQueryMagic/Converters/EncryptedConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'void EncryptedConverter.Context.set' doesn't match implicitly implemented member 'void IConverter.Context.set' (possibly because of nullability attributes).
|
deploy:
src/EFCoreQueryMagic/Converters/DirectConverter.cs#L7
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/Public/MagicQuery.cs#L19
The variable 'e' is declared but never used
|
deploy:
src/EFCoreQueryMagic/Dto/Public/FilterQuery.cs#L17
Non-nullable property 'Filters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/Public/FilterQuery.cs#L10
Non-nullable property 'Values' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/FilterKey.cs#L12
Non-nullable property 'SourceType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Dto/FilterKey.cs#L13
Non-nullable property 'SourcePropertyType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy:
src/EFCoreQueryMagic/Helpers/PropertyHelper.cs#L46
Converting null literal or possible null value to non-nullable type.
|