Update .NET version and remove unused solution file #150
Annotations
10 warnings
Build:
Models/Hero.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Models/Hero.cs#L7
Non-nullable property 'AlterEgo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Models/Hero.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Program.cs#L33
Possible null reference argument for parameter 'serviceName' in 'ResourceBuilder ResourceBuilderExtensions.AddService(ResourceBuilder resourceBuilder, string serviceName, string? serviceNamespace = null, string? serviceVersion = null, bool autoGenerateServiceInstanceId = true, string? serviceInstanceId = null)'.
|
Build:
Program.cs#L45
Possible null reference argument for parameter 'serviceName' in 'ResourceBuilder ResourceBuilderExtensions.AddService(ResourceBuilder resourceBuilder, string serviceName, string? serviceNamespace = null, string? serviceVersion = null, bool autoGenerateServiceInstanceId = true, string? serviceInstanceId = null)'.
|
Build:
repositories/HeroRepository.cs#L12
Possible null reference return.
|
Build:
Models/Hero.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Models/Hero.cs#L7
Non-nullable property 'AlterEgo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Models/Hero.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Program.cs#L33
Possible null reference argument for parameter 'serviceName' in 'ResourceBuilder ResourceBuilderExtensions.AddService(ResourceBuilder resourceBuilder, string serviceName, string? serviceNamespace = null, string? serviceVersion = null, bool autoGenerateServiceInstanceId = true, string? serviceInstanceId = null)'.
|
The logs for this run have expired and are no longer available.
Loading