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

Fixes 3224: Add rollForward option to global.json generated by 'dotnet new globaljson' #3637

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

DavidKarlas
Copy link
Contributor

Problem

Today, if user wants to set "rollForward" value in global.json file it needs to open it manually and edit global.json file...

Solution

Give --roll-forward parameter option to do that.

Checks:

  • Added unit tests
  • Added #nullable enable to all the modified files ?

@DavidKarlas DavidKarlas force-pushed the dev/davkar/rollForward branch from 391c2ae to b5589c3 Compare August 12, 2021 13:01
@DavidKarlas DavidKarlas enabled auto-merge (rebase) August 12, 2021 13:01
@DavidKarlas DavidKarlas force-pushed the dev/davkar/rollForward branch from b5589c3 to ea30257 Compare August 13, 2021 10:31
@DavidKarlas DavidKarlas merged commit 627727b into main Aug 13, 2021
@DavidKarlas DavidKarlas deleted the dev/davkar/rollForward branch August 23, 2021 11:07
jbrekle added a commit to jbrekle/docs that referenced this pull request Aug 16, 2024
…ll-forward parameter

see dotnet/templating#3637 
when this was implemented, the documentation was not updated
jbrekle added a commit to jbrekle/docs that referenced this pull request Aug 16, 2024
…l-forward parameter

see dotnet/templating#3637 
when this was implemented, the documentation was not updated
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