Fixed problem with logging in users and immediately needing the cookie #692
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup .NET
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build:
GeeksCoreLibrary/Components/Repeater/Models/DbFieldLegacySettingsModel.cs#L21
'DbFieldLegacySettingsModel.SQLQuery' hides inherited member 'CmsSettingsLegacy.SQLQuery'. Use the new keyword if hiding was intended.
|
Build:
GeeksCoreLibrary/Modules/Payments/Services/NoPspService.cs#L20
'NoPspService.LogPaymentActions' hides inherited member 'PaymentServiceProviderBaseService.LogPaymentActions'. Use the new keyword if hiding was intended.
|
Build:
GeeksCoreLibrary/Core/Extensions/StringExtensions.cs#L241
'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:
GeeksCoreLibrary/Core/Extensions/StringExtensions.cs#L325
'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:
GeeksCoreLibrary/Core/Extensions/StringExtensions.cs#L447
'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:
GeeksCoreLibrary/Components/Account/Account.cs#L1158
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
GeeksCoreLibrary/Core/Extensions/StringExtensions.cs#L535
'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:
GeeksCoreLibrary/Core/Services/WiserItemsService.cs#L1326
The variable 'exp' is declared but never used
|
Build:
GeeksCoreLibrary/Modules/Templates/Services/LegacyCachedTemplatesService.cs#L76
'Template.CachingMode' is obsolete: 'This property exists for backwards compatibility only. Use the booleans CachePerUrl, CachePerQueryString, CachePerHostName and CacheUsingRegex instead.'
|
Build:
GeeksCoreLibrary/Modules/Templates/Services/LegacyCachedTemplatesService.cs#L78
'Template.CachingMode' is obsolete: 'This property exists for backwards compatibility only. Use the booleans CachePerUrl, CachePerQueryString, CachePerHostName and CacheUsingRegex instead.'
|
Loading