Skip to content

Introduce c# helper library for powershell module to process yaml and json files#72

Merged
jamespik merged 7 commits into
mainfrom
user/jamespik/ScriptHelper
Oct 26, 2021
Merged

Introduce c# helper library for powershell module to process yaml and json files#72
jamespik merged 7 commits into
mainfrom
user/jamespik/ScriptHelper

Conversation

@jamespik

Copy link
Copy Markdown
Contributor

This change:

  1. Creates a .netstandard2.0 c# library that supports loading, validation, and conversion of supported yaml schemas into rest compatible json.
  2. Refactors a slew of utilities into a utility project that can be used by the powershell library as well as the rest source.
  3. Updates some code to be netstandard2.0 compliant.

We standardize on netstandard2.0 to be compatible with both 5.1 and 7.* powershell going forward.

@jamespik jamespik requested a review from palenshus October 25, 2021 23:13

@palenshus palenshus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

@jamespik jamespik requested a review from palenshus October 26, 2021 01:16

@palenshus palenshus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@jamespik jamespik merged commit b563bb1 into main Oct 26, 2021
@jamespik jamespik deleted the user/jamespik/ScriptHelper branch October 26, 2021 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants