Skip to content

Fix #2113 - #2118

Merged
mgravell merged 1 commit into
DapperLib:mainfrom
goerch:main
Oct 7, 2024
Merged

Fix #2113#2118
mgravell merged 1 commit into
DapperLib:mainfrom
goerch:main

Conversation

@goerch

Copy link
Copy Markdown
Contributor

We also can't use NoCache to work around the problems in #2117. This PR seems to make NoCachework for our use case. Thanks to @Dot-H for providing test cases.

{
return default;
}
return new CommandDefinition(parameters is DynamicParameters ? parameters : null, flags);

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

On a second thought: is it better to mask out some of the command flags?

@JamalQasem

Copy link
Copy Markdown

CI is broken ? Tests run successfully on a local machine.

@mgravell

Copy link
Copy Markdown
Member

CI looks to be a postgresql change on the default image. Checking.

@mgravellmgravell mentioned this pull request Oct 7, 2024
@mgravell
mgravell merged commit 38df7bb into DapperLib:mainOct 7, 2024
Sign up for freeto 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

@goerch@JamalQasem@mgravell