chore: Fix debugger project #3
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
src/Linker.Core/Models/Youtube.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/Models/Youtube.cs#L16
Non-nullable property 'Youtuber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/Models/Youtube.cs#L21
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/WebApiResponse.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/WebApiResponse.cs#L9
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/Models/Website.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/Models/Website.cs#L16
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/UpdateYoutubeRequest.cs#L15
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/UpdateYoutubeRequest.cs#L26
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Linker.Core/ApiModels/UpdateYoutubeRequest.cs#L38
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|