Replaced static HangfireBackgroundJob methods with DI-injected IBackgroundJobClient #385
Annotations
10 warnings
build:
src/Abp/Runtime/Serialization/BinarySerializationHelper.cs#L94
'BinaryFormatter' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
|
build:
src/Abp/AbpException.cs#L24
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
src/Abp/Runtime/Serialization/BinarySerializationHelper.cs#L98
'BinaryFormatter' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
|
build:
src/Abp/Runtime/Serialization/BinarySerializationHelper.cs#L106
'BinaryFormatter' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
|
build:
src/Abp/Runtime/Security/SimpleStringCipher_NetStandard.cs#L92
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
build:
src/Abp/Runtime/Security/SimpleStringCipher_NetStandard.cs#L148
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
build:
src/Abp/Domain/Uow/InnerUnitOfWorkCompleteHandle.cs#L55
'Marshal.GetExceptionCode()' is obsolete: 'GetExceptionCode() may be unavailable in future releases.'
|
build:
src/Abp/SequentialGuidGenerator.cs#L153
Ambiguous reference in cref attribute: 'Guid.ToByteArray'. Assuming 'Guid.ToByteArray()', but could have also matched other overloads including 'Guid.ToByteArray(bool)'.
|
build:
src/Abp.FluentValidation/FluentValidation/AbpFluentValidationValidatorFactory.cs#L7
'ValidatorFactoryBase' is obsolete: 'IValidatorFactory and its implementors are deprecated and will be removed in a future release. Please use the Service Provider directly (or a DI container). For details see https://github.com/FluentValidation/FluentValidation/issues/1961'
|
build:
src/Abp.FluentValidation/FluentValidation/FluentValidationMethodParameterValidator.cs#L11
'IValidatorFactory' is obsolete: 'IValidatorFactory and its implementors are deprecated and will be removed in a future release. Please use the Service Provider directly (or a DI container). For details see https://github.com/FluentValidation/FluentValidation/issues/1961'
|