Package #110
Annotations
10 warnings
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L9
Non-nullable property 'LogId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L13
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L14
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L16
Non-nullable property 'SourceContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L18
Non-nullable property 'HostId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L20
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L22
Non-nullable property 'Application' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L24
Non-nullable property 'Environment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Developer.Host/Aevatar.Developer.Host.csproj -o out/Aevatar.Developer.Host:
src/Aevatar.Developer.Logger/LogElasticSearchOptions.cs#L5
Non-nullable property 'Uris' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading