update #9
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
MyApp.ServiceModel/Thread.cs#L277
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Thread.cs#L274
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Thread.cs#L330
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Thread.cs#L329
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Thread.cs#L323
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/User.cs#L14
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/User.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/User.cs#L43
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/User.cs#L52
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Ollama.cs#L60
Nullability of reference types in return type of 'string? AiTaskBase<TRequest, TResponse>.TaskId.get' doesn't match implicitly implemented member 'string IAiTask.TaskId.get' (possibly because of nullability attributes).
|