-
Notifications
You must be signed in to change notification settings - Fork 131
Remove implicit WaitFor in WithDbGate
#630
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
Conversation
| <!-- Workaround for https://github.com/dotnet/aspire/issues/7779 --> | ||
| <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> | ||
| <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" /> | ||
| <PackageReference Include="Microsoft.Extensions.Options"></PackageReference> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a weird one. Would have to run the nuget why command to trace the package refs probably and find the conflict.
Or maybe it's a VS quirk. I only dev on the repo in VS Code, which should behave the same as VS, but I know there are quirks between them.
Minimum allowed line rate is |

Let users explicitly use
WaitFor.