Skip to content

Merge pull request #14 from BruderJohn/net6 #21

Merge pull request #14 from BruderJohn/net6

Merge pull request #14 from BruderJohn/net6 #21

Triggered via push October 12, 2023 08:55
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: push
Build and Deploy Job
1m 10s
Build and Deploy Job
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Build and Deploy Job
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify the framework for the published application.
Build and Deploy Job
Process completed with exit code 1.
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Deploy Job: BlazorCalendar/Base/CalendarBase.cs#L11
Non-nullable property 'Class' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/Base/CalendarBase.cs#L17
Non-nullable property 'Style' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/Base/CalendarBase.cs#L23
Non-nullable property 'HeaderStyle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/Models/Tasks.cs#L10
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/Models/Tasks.cs#L11
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/Models/Tasks.cs#L12
Non-nullable property 'Color' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/Models/CalendarEvents.cs#L5
Non-nullable property 'IDList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/CalendarContainer.razor#L14
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: BlazorCalendar/AnnualView.razor.cs#L15
Component parameter 'BlazorCalendar.AnnualView.Months' should be auto property
Build and Deploy Job: samples/BlazorWebAssembly/Pages/Weekly.razor#L10
Dereference of a possibly null reference.