v2.7.1 #24 #30
Annotations
10 warnings
Build and Deploy Job
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build and Deploy Job
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build and Deploy Job:
BlazorCalendar/Base/CalendarBase.cs#L11
Non-nullable property 'Class' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|