Upgrade tutorial 1 code to brand new .NET 8 project files #55
Annotations
11 warnings and 4 notices
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Find and build changed projects
Found no csproj for file 8.0/Tutorials/ConvertToMvvm/app_after.zip
|
Find and build changed projects
Found no csproj for file 8.0/Tutorials/ConvertToMvvm/app_before.zip
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NoteViewModel.cs#L62
Possible null reference argument for parameter 'filename' in 'Note Note.Load(string filename)'.
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NotesViewModel.cs#L18
Nullability of reference types in type of parameter 'note' of 'Task NotesViewModel.SelectNoteAsync(NoteViewModel note)' doesn't match the target delegate 'Func<NoteViewModel?, Task>' (possibly because of nullability attributes).
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NotesViewModel.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NotesViewModel.cs#L37
Converting null literal or possible null value to non-nullable type.
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NotesViewModel.cs#L45
Converting null literal or possible null value to non-nullable type.
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NotesViewModel.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NotesViewModel.cs#L56
Possible null reference argument for parameter 'filename' in 'Note Note.Load(string filename)'.
|
Find and build changed projects:
8.0/Tutorials/ConvertToMvvm/code/ViewModels/NotesViewModel.cs#L18
Nullability of reference types in type of parameter 'note' of 'Task NotesViewModel.SelectNoteAsync(NoteViewModel note)' doesn't match the target delegate 'Func<NoteViewModel?, Task>' (possibly because of nullability attributes).
|
Find and build changed projects
./8.0/Tutorials/ConvertToMvvm/code/Notes.csproj is not in processed builds yet
|
Find and build changed projects
Added ./8.0/Tutorials/ConvertToMvvm/code/Notes.csproj to processed builds
|
Find and build changed projects
./8.0/Tutorials/CreateNetMauiApp/code/Notes.csproj is not in processed builds yet
|
Find and build changed projects
Added ./8.0/Tutorials/CreateNetMauiApp/code/Notes.csproj to processed builds
|
The logs for this run have expired and are no longer available.
Loading