Bump Ditto dependency to 4.12.3 #129
Annotations
8 warnings
|
dotnet-winforms/TasksApp/TasksPeer.cs#L256
Argument of type 'List<ToDoTask?>' cannot be used for parameter 'arg' of type 'IList<ToDoTask>' in 'Task Func<IList<ToDoTask>, Task>.Invoke(IList<ToDoTask> arg)' due to differences in the nullability of reference types.
|
|
dotnet-winforms/TasksApp/TasksPeer.cs#L254
Dereference of a possibly null reference.
|
|
dotnet-winforms/TasksApp/ToDoTask.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
dotnet-winforms/TasksApp/ToDoTask.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
dotnet-winforms/TasksApp/TasksPeer.cs#L256
Argument of type 'List<ToDoTask?>' cannot be used for parameter 'arg' of type 'IList<ToDoTask>' in 'Task Func<IList<ToDoTask>, Task>.Invoke(IList<ToDoTask> arg)' due to differences in the nullability of reference types.
|
|
dotnet-winforms/TasksApp/TasksPeer.cs#L254
Dereference of a possibly null reference.
|
|
dotnet-winforms/TasksApp/ToDoTask.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
dotnet-winforms/TasksApp/ToDoTask.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading