Upgrade to NET 9 RC.2 #377
Annotations
3 errors and 12 warnings
build:
src/Abp.ZeroCore.OpenIddict/OpenIddict/Authorizations/AbpOpenIddictAuthorizationStore.cs#L387
Type 'AbpOpenIddictAuthorizationStore' already defines a member called 'SetApplicationIdAsync' with the same parameter types
|
build:
src/Abp.ZeroCore.OpenIddict/OpenIddict/Authorizations/AbpOpenIddictAuthorizationStore.cs#L387
Type 'AbpOpenIddictAuthorizationStore' already defines a member called 'SetApplicationIdAsync' with the same parameter types
|
build
Process completed with exit code 1.
|
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.EntityFrameworkCore/EntityFrameworkCore/Extensions/ModelBuilderExtensions.cs#L25
'SqlConstantExpression.SqlConstantExpression(ConstantExpression, RelationalTypeMapping?)' is obsolete: 'Call the constructor accepting a value (and possibly a Type) instead'
|
build:
src/Abp.EntityFrameworkCore/EntityFrameworkCore/Extensions/ModelBuilderExtensions.cs#L31
'SqlConstantExpression.SqlConstantExpression(ConstantExpression, RelationalTypeMapping?)' is obsolete: 'Call the constructor accepting a value (and possibly a Type) instead'
|