Migrate to .NET 10 with NativeAOT - #219
Merged
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Publish (NativeAOT):
WaveBox.Core/src/SQLiteNet.cs#L2369
P/Invoke method 'Open' should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1401)
|
|
Publish (NativeAOT):
WaveBox.Core/src/BaseClasses.cs#L194
Method QueryText passes 'InsertType' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
Publish (NativeAOT):
WaveBox.Core/src/Model/User.cs#L275
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
|
|
Publish (NativeAOT):
WaveBox.Core/src/Model/User.cs#L275
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
|
|
Publish (NativeAOT):
WaveBox.Core/src/Model/User.cs#L263
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
Publish (NativeAOT):
WaveBox.Core/src/Extensions/StringExtensions.cs#L94
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
Publish (NativeAOT):
WaveBox.Core/src/Extensions/StringExtensions.cs#L94
'SHA1CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
Publish (NativeAOT):
WaveBox.Core/src/Extensions/StringExtensions.cs#L48
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
Publish (NativeAOT):
WaveBox.Core/src/Extensions/StringExtensions.cs#L48
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
Publish (NativeAOT):
WaveBox.Core/src/SQLiteNet.cs#L998
'Thread.VolatileWrite(ref int, int)' is obsolete: 'Thread.VolatileRead and Thread.VolatileWrite are obsolete. Use Volatile.Read or Volatile.Write respectively instead.' (https://aka.ms/dotnet-warnings/SYSLIB0054)
|
background
wait
wait-all
cancel
parallel
Loading