Fix calling static properties or fields in non-static class #1041
Annotations
20 warnings
|
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1055
Cannot convert null literal to non-nullable reference type.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1058
Cannot convert null literal to non-nullable reference type.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L1064
Cannot convert null literal to non-nullable reference type.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableWithFormattableStringExtensions.cs#L34
Nullability of reference types in value of type 'object?[]' doesn't match target type 'object[]'.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L970
Converting null literal or possible null value to non-nullable type.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Dereference of a possibly null reference.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Dereference of a possibly null reference.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L971
Converting null literal or possible null value to non-nullable type.
|
|
src/Microsoft.EntityFrameworkCore.DynamicLinq.EFCore3/EFDynamicQueryableExtensions.cs#L973
Nullability of reference types in value of type 'Task<dynamic?>' doesn't match target type 'Task<dynamic>'.
|
|
|
|
|
|
src/System.Linq.Dynamic.Core/CustomTypeProviders/DefaultDynamicLinqCustomTypeProvider.cs#L15
'IDynamicLinkCustomTypeProvider' is obsolete: 'Please use the IDynamicLinqCustomTypeProvider interface instead.'
|
|
src/System.Linq.Dynamic.Core/ParsingConfig.cs#L57
'IDynamicLinkCustomTypeProvider' is obsolete: 'Please use the IDynamicLinqCustomTypeProvider interface instead.'
|
|
src/System.Linq.Dynamic.Core/ParsingConfig.cs#L57
'IDynamicLinkCustomTypeProvider' is obsolete: 'Please use the IDynamicLinqCustomTypeProvider interface instead.'
|
|
src/System.Linq.Dynamic.Core/ParsingConfig.cs#L16
'IDynamicLinkCustomTypeProvider' is obsolete: 'Please use the IDynamicLinqCustomTypeProvider interface instead.'
|
|
src/System.Linq.Dynamic.Core/ParsingConfig.cs#L16
'IDynamicLinkCustomTypeProvider' is obsolete: 'Please use the IDynamicLinqCustomTypeProvider interface instead.'
|
|
src/System.Linq.Dynamic.Core/Parser/WrappedValue.cs#L41
Possible null reference argument for parameter 'y' in 'bool EqualityComparer<TValue>.Equals(TValue x, TValue y)'.
|
|
src/System.Linq.Dynamic.Core/Parser/WrappedValue.cs#L56
Possible null reference argument for parameter 'x' in 'bool EqualityComparer<TValue>.Equals(TValue x, TValue y)'.
|
|
src/System.Linq.Dynamic.Core/Parser/SupportedMethods/MethodData.cs#L8
Non-nullable property 'MethodBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading