Skip to content

#if NETSTANDARD2_0 Preprocessor tags in KubernetesClientConfig #450

Closed
@KyleJFischer

Description

@KyleJFischer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions