Client page support filter by env and appid #46
master-pr-ci.yml
on: pull_request
build-dotnet
2m 11s
Matrix: build-reactapp
Annotations
12 warnings
build-reactapp (16.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-dotnet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-dotnet:
src/AgileConfig.Server.Data.Abstraction/DbConfig/DbConfigInfoFactory.cs#L49
Converting null literal or possible null value to non-nullable type.
|
build-dotnet:
src/AgileConfig.Server.Data.Mongodb/MongodbRepository.cs#L18
Possible null reference return.
|
build-dotnet:
src/AgileConfig.Server.Data.Mongodb/MongodbRepository.cs#L188
Possible null reference return.
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'Freesql' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'Apps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'Configs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'ServerNodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'SysLogs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L11
Non-nullable property 'AppInheritanceds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|