Skip to content

Add schedule templates #12

Add schedule templates

Add schedule templates #12

Triggered via pull request August 29, 2024 11:13
Status Success
Total duration 3m 57s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
run_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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: SupportManager.Backup/Internal/WithMembers.cs#L24
Dereference of a possibly null reference.
build: SupportManager.Backup/Internal/WithMembers.cs#L26
Possible null reference argument for parameter 'input' in 'string WithMemberExtensions.UcFirst(string input)'.
build: SupportManager.Backup/Internal/WithMembers.cs#L43
Possible null reference return.
build: SupportManager.Backup/Importer.cs#L59
Converting null literal or possible null value to non-nullable type.
build: SupportManager.Web/Infrastructure/ApiKey/ApiKeyAuthenticationHandler.cs#L17
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: SupportManager.Web/Program.cs#L67
'FluentValidationMvcConfiguration.RegisterValidatorsFromAssemblyContaining<T>(Func<AssemblyScanner.AssemblyScanResult, bool>, ServiceLifetime, bool)' is obsolete: 'RegisterValidatorsFromAssemblyContaining is deprecated. Call services.AddValidatorsFromAssemblyContaining<T> instead, which has the same effect. See https://github.com/FluentValidation/FluentValidation/issues/1963'
build: SupportManager.Web/Program.cs#L55
'FluentValidationMvcExtensions.AddFluentValidation(IMvcBuilder, Action<FluentValidationMvcConfiguration>)' is obsolete: 'Calling AddFluentValidation() is deprecated. Call services.AddFluentValidationAutoValidation().AddFluentValidationClientsideAdapters() instead, which has the same effect. For details see https://github.com/FluentValidation/FluentValidation/issues/1965'
build: SupportManager.Web/Features/User/VerificationCodeManager.cs#L34
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: SupportManager.Web/Infrastructure/ApiKey/ApiKeyAuthenticationHandler.cs#L17
'AuthenticationHandler<ApiKeyAuthenticationOptions>.AuthenticationHandler(IOptionsMonitor<ApiKeyAuthenticationOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
build: SupportManager.Backup/Internal/WithMembers.cs#L24
Dereference of a possibly null reference.