Package #314
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#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#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#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#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#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/HostLogIndex.cs#L9
Non-nullable property 'App_log' 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#L8
Non-nullable property 'ILMPolicy' 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#L7
Non-nullable property 'Password' 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#L6
Non-nullable property 'Username' 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