Skip to content

Add field to build dotnet in release mode#788

Merged
THardy98 merged 2 commits intomainfrom
feat/dotnet-release-mode
Mar 24, 2026
Merged

Add field to build dotnet in release mode#788
THardy98 merged 2 commits intomainfrom
feat/dotnet-release-mode

Conversation

@THardy98
Copy link
Contributor

What was changed

DWISOTT

@THardy98 THardy98 requested review from a team as code owners March 24, 2026 21:09
@THardy98 THardy98 force-pushed the feat/dotnet-release-mode branch from 19a964e to b633e27 Compare March 24, 2026 21:15
} else if options.CsprojContents == "" {
return nil, fmt.Errorf("csproj contents required")
} else if options.Configuration != "" && options.Configuration != "Debug" && options.Configuration != "Release" {
return nil, fmt.Errorf("configuration must be empty, \"Debug\", or \"Release\", got %q", options.Configuration)
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure if you need to specify, being empty, since the user will always be specifying to see an err message here

@THardy98 THardy98 merged commit e5868d9 into main Mar 24, 2026
46 of 47 checks passed
@THardy98 THardy98 deleted the feat/dotnet-release-mode branch March 24, 2026 21:56
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