Skip to content

Adds fallback option to return to previous generation mode#930

Merged
masesdevelopers merged 2 commits intomasterfrom
894-remove-idisposable-pattern-where-not-needed
Apr 9, 2026
Merged

Adds fallback option to return to previous generation mode#930
masesdevelopers merged 2 commits intomasterfrom
894-remove-idisposable-pattern-where-not-needed

Conversation

@masesdevelopers
Copy link
Copy Markdown
Contributor

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@masesdevelopers masesdevelopers self-assigned this Apr 9, 2026
@masesdevelopers masesdevelopers added enhancement New feature or request JNetReflector JNetReflector related issue labels Apr 9, 2026
if (ParsedArgs.Exist(CLIParam.AvoidParallelBuild)) _AvoidParallelBuild = true;
if (ParsedArgs.Exist(CLIParam.DryRun)) _DryRun = true;
if (ParsedArgs.Exist(CLIParam.DoNotCamel)) _UseCamel = false;
if (ParsedArgs.Exist(CLIParam.AlwaysUseIDisposablePattern)) _AlwaysUseIDisposablePattern = true;
@masesdevelopers masesdevelopers linked an issue Apr 9, 2026 that may be closed by this pull request
@masesdevelopers masesdevelopers merged commit 7d29715 into master Apr 9, 2026
9 checks passed
@masesdevelopers masesdevelopers deleted the 894-remove-idisposable-pattern-where-not-needed branch April 9, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request JNetReflector JNetReflector related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove IDisposable pattern where not needed

1 participant