Skip to content

.NET 10 (#216)

.NET 10 (#216) #188

Triggered via push November 25, 2025 20:34
Status Success
Total duration 2m 40s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
build: src/RapidCMS.UI/Components/Editors/BasePicker.cs#L31
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has no effect.'
build: src/RapidCMS.UI/Components/Pages/AuthenticationPage.razor#L5
'SignOutSessionStateManager' is obsolete: 'Use 'Microsoft.AspNetCore.Components.Webassembly.Authentication.NavigationManagerExtensions.NavigateToLogout' instead.'
build: src/RapidCMS.UI/Components/Editors/BasePicker.cs#L31
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has no effect.'
build: src/RapidCMS.UI/Components/Pages/AuthenticationPage.razor#L5
'SignOutSessionStateManager' is obsolete: 'Use 'Microsoft.AspNetCore.Components.Webassembly.Authentication.NavigationManagerExtensions.NavigateToLogout' instead.'
build: src/RapidCMS.Repositories/LocalStorageRepository.cs#L49
Possible null reference argument for parameter 'key' in 'ValueTask ILocalStorageService.SetItemAsync<Dictionary<string, List<TEntity>>>(string key, Dictionary<string, List<TEntity>> data, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/RapidCMS.Repositories/LocalStorageRepository.cs#L30
Possible null reference argument for parameter 'key' in 'ValueTask<Dictionary<string, List<TEntity>>?> ILocalStorageService.GetItemAsync<Dictionary<string, List<TEntity>>>(string key, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/RapidCMS.Repositories/LocalStorageRepository.cs#L49
Possible null reference argument for parameter 'key' in 'ValueTask ILocalStorageService.SetItemAsync<Dictionary<string, List<TEntity>>>(string key, Dictionary<string, List<TEntity>> data, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/RapidCMS.Repositories/LocalStorageRepository.cs#L30
Possible null reference argument for parameter 'key' in 'ValueTask<Dictionary<string, List<TEntity>>?> ILocalStorageService.GetItemAsync<Dictionary<string, List<TEntity>>>(string key, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/RapidCMS.Core/Models/Request/Form/GetEntityOfPageRequestModel.cs#L7
Non-nullable property 'PageAlias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RapidCMS.Core/Models/UI/FieldUI.cs#L12
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RapidCMS.Core/Models/UI/FieldUI.cs#L23
Possible null reference assignment.
build: src/RapidCMS.Core/Models/Request/Form/GetEntityOfPageRequestModel.cs#L7
Non-nullable property 'PageAlias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RapidCMS.Core/Models/UI/FieldUI.cs#L12
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RapidCMS.Core/Models/UI/FieldUI.cs#L23
Possible null reference assignment.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/