Skip to content

update image urls

update image urls #3

Triggered via pull request March 23, 2026 09:41
Status Success
Total duration 1m 16s
Artifacts

dotnet-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L128
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L121
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L105
'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)
build-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L105
'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)
build-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L78
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' 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-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L67
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L60
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' 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-and-test: RaccoonBlog.Web/Helpers/CryptographyUtil.cs#L24
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-and-test: RaccoonBlog.Web/Infrastructure/Tasks/BackgroundTask.cs#L41
'Logger.ErrorException(string, Exception)' is obsolete: 'Use Error(Exception exception, string message) method instead. Marked obsolete with v4.3.11 (Only here because of LibLog)'
build-and-test: RaccoonBlog.Web/Infrastructure/Tasks/BackgroundTask.cs#L35
'Logger.ErrorException(string, Exception)' is obsolete: 'Use Error(Exception exception, string message) method instead. Marked obsolete with v4.3.11 (Only here because of LibLog)'