Boshi Lian
Boshi Lian
thanks for reporting, will add `watch` as requested
Not sure if the compiler today takes it here is the thread when i want to solve the issue https://github.com/dotnet/sdk/issues/1791 could you please link me any official doc about the...
I mean `TargetFramework=` in `AdditionalProperties`
looks like the idea is to override the `TargetFramework` during compile not sure if it works, but lets test with a netstandard2 only testcase to ensure the code path is...
> @tg123 > > For `netstandard2.0` the project to test is only `KubernetesClient.Classic.Tests` correct? netstardard 2.0 is for net48, but asp.net core cant start with net48. the tests is very...
overall lgtm could you please also add tests to KubernetesYamlTests to cover the scenario?
`kubernetes-client.ruleset`
not a mistake the `dotnet fmt` conflicts with[ `stylecop` ](https://github.com/kubernetes-client/csharp/blob/master/kubernetes-client.ruleset) check cannot pass them together, so I disable the `dotnet fmt`
btw could you please add an example or document how to mock/test Kubernetes client? better to illustrate why the change is needed and help others in similar situations