Add SyncPlugin unit tests for ConfigSyncEventHandler #70
master-pr-ci.yml
on: pull_request
build-dotnet
2m 32s
Matrix: build-reactapp
Annotations
10 warnings
|
build-dotnet:
src/AgileConfig.Server.Data.Freesql/FreeSqlContext.cs#L8
Non-nullable property 'AppInheritanceds' 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#L8
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#L8
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#L8
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#L8
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#L8
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#L8
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.SyncPlugin.Plugins.Etcd/EtcdSyncPlugin.cs#L167
Possible null reference argument for parameter 'client' in 'Task<HttpResponseMessage> HttpClientJsonExtensions.PostAsJsonAsync<<anonymous type: string key, int limit>>(HttpClient client, string? requestUri, <anonymous type: string key, int limit> value, JsonSerializerOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
build-dotnet:
src/AgileConfig.Server.SyncPlugin.Plugins.Etcd/EtcdSyncPlugin.cs#L124
Possible null reference argument for parameter 'client' in 'Task<HttpResponseMessage> HttpClientJsonExtensions.PostAsJsonAsync<<anonymous type: string key, string range_end>>(HttpClient client, string? requestUri, <anonymous type: string key, string range_end> value, JsonSerializerOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
build-dotnet:
src/AgileConfig.Server.SyncPlugin.Plugins.Etcd/EtcdSyncPlugin.cs#L108
Possible null reference argument for parameter 'client' in 'Task<HttpResponseMessage> HttpClientJsonExtensions.PostAsJsonAsync<<anonymous type: string key, string value>>(HttpClient client, string? requestUri, <anonymous type: string key, string value> value, JsonSerializerOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))'.
|