Skip to content

Upgrade to .NET 10 #153

Upgrade to .NET 10

Upgrade to .NET 10 #153

Triggered via push December 1, 2025 06:25
Status Success
Total duration 55s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: MyApp/Components/Account/Pages/ExternalLogin.razor#L65
Property 'MyApp.Components.Account.Pages.ExternalLogin.Input' has
build: MyApp/Components/Account/Pages/LoginWith2fa.razor#L61
Property 'MyApp.Components.Account.Pages.LoginWith2fa.Input' has
build: MyApp/Configure.Markdown.cs#L53
Non-nullable property 'PublicBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/Configure.Markdown.cs#L52
Non-nullable property 'LocalBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/Configure.BackgroundJobs.cs#L53
Parameter 'log' is unread.
build: MyApp/Components/Account/Pages/AccessDenied.razor#L15
Non-nullable property 'ReturnUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/MarkdownPagesBase.cs#L131
Possible null reference argument for parameter 'newDoc' in 'void MarkdownFileBase.Update(MarkdownFileBase newDoc)'.
build: MyApp/MarkdownPagesBase.cs#L94
Parameter 'log' is unread.
build: MyApp/MarkdownPagesBase.cs#L719
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/MarkdownPagesBase.cs#L718
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Emails.cs#L10
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Todos.cs#L20
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Todos.cs#L29
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Todos.cs#L37
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Todos.cs#L43
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/User.cs#L14
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/User.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Bookings.cs#L37
Non-nullable property 'Employee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Bookings.cs#L32
Non-nullable property 'Discount' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/Bookings.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.