Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 7, bicep update, and partial parameters #349

Merged
merged 9 commits into from
Oct 20, 2023
Merged

Conversation

nonik0
Copy link
Contributor

@nonik0 nonik0 commented Oct 18, 2023

Description

Updates target to .net 7 and bicep dependency update with refactoring for use of DI for simplicity

Fixes an issue where a template fails to analyze when providing a parameters file with an incomplete set of parameters. Missing parameter values will now be generated.


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Title of the pull request is clear and informative.
  • Description of the pull request is clear and informative.
  • I have added myself to the 'assignees'.
  • I have added 'linked issues' if relevant.

@nonik0 nonik0 self-assigned this Oct 18, 2023
@nonik0 nonik0 requested a review from a team as a code owner October 18, 2023 21:09
@nonik0 nonik0 changed the title .NET 7 and partial parameters .NET 7, bicep update, and partial parameters Oct 19, 2023
Copy link

@dotpaul dotpaul left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Contributor

@JohnathonMohr JohnathonMohr left a comment

Choose a reason for hiding this comment

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

In the past, getting the PowerShell environment to package correctly in the generated nupkg was complicated. There might be hidden breaking changes going from net6 to net7. Make sure to do lots of testing with PSRule execution specifically on the NuGet package.

@nonik0 nonik0 merged commit b651e15 into main Oct 20, 2023
5 checks passed
@nonik0 nonik0 deleted the nick/partialParams branch October 20, 2023 00:05
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.

3 participants