Closed
Description
I realize this might not be the best spot to ask this, but I figure it case anyone else has a similar issue then they might be able to get an answer:
I am curious on why "#if NETSTANDARD2_0" are placed around the external execution part of the code config build process (src/KubernetesClient/KubernetesClientConfig line 381). I am writing a .net core 3.1 application and currently it is skipping this section of code due to it not being .net standard 2.0. When I took the source code for the library and removed the #IF NETSTANDARD2_0 Lines it seemed to work.
I am curious to make sure I am not missing something that would break by removing them. Any information on why they are there, let me know!
Metadata
Metadata
Assignees
Labels
No labels