Update and Fix SecurityTests #876
Merged
Annotations
33 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
|
|
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.
|
|
test/System.Linq.Dynamic.Core.Tests/DynamicClassFactoryTests.cs#L109
Nullability of reference types in type of parameter 'x' of 'int CustomCaseInsensitiveComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
|
test/System.Linq.Dynamic.Core.Tests/DynamicClassFactoryTests.cs#L109
Nullability of reference types in type of parameter 'y' of 'int CustomCaseInsensitiveComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
|
test/System.Linq.Dynamic.Core.Tests/Helpers/Models/BooleanVariable.cs#L12
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
test/System.Linq.Dynamic.Core.Tests/Helpers/Models/BooleanVariable.cs#L67
Nullability of reference types in type of parameter 'provider' of 'bool BooleanVariable.ToBoolean(IFormatProvider provider)' doesn't match implicitly implemented member 'bool IConvertible.ToBoolean(IFormatProvider? provider)' (possibly because of nullability attributes).
|
|
test/System.Linq.Dynamic.Core.Tests/Helpers/Models/BooleanVariable.cs#L72
Nullability of reference types in type of parameter 'provider' of 'byte BooleanVariable.ToByte(IFormatProvider provider)' doesn't match implicitly implemented member 'byte IConvertible.ToByte(IFormatProvider? provider)' (possibly because of nullability attributes).
|
|
test/System.Linq.Dynamic.Core.Tests/Helpers/Models/BooleanVariable.cs#L77
Nullability of reference types in type of parameter 'provider' of 'char BooleanVariable.ToChar(IFormatProvider provider)' doesn't match implicitly implemented member 'char IConvertible.ToChar(IFormatProvider? provider)' (possibly because of nullability attributes).
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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>'.
|
The logs for this run have expired and are no longer available.
Loading