Skip to content

Update .NET version and remove unused solution file #150

Update .NET version and remove unused solution file

Update .NET version and remove unused solution file #150

Triggered via push February 4, 2024 19:10
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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)'.