Update store.mjs #8
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
MyApp.ServiceModel/Admin.cs#L35
Non-nullable property 'Effect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Admin.cs#L83
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/Admin.cs#L101
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/Admin.cs#L22
Non-nullable property 'DefaultGatewayNodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Admin.cs#L21
Non-nullable property 'QueuedAiTasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Admin.cs#L20
Non-nullable property 'Agents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp.ServiceModel/Admin.cs#L19
Non-nullable property 'AgentEventCounts' 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).
|