Upgrade NuGet packages to .NET 9
#382
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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'
|