You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to add .NET Aspire Orchestration support, the IServiceMetadata generated class isn't generated, causing a compile time error
To Reproduce
Steps to reproduce the behavior:
Create a new ca-sln solution
Add .NET Aspire Orchestration Support
Build the solution
See error
Expected behavior
An IServiceMetadata class to be generated
Additional context
This might be linked to dotnet/aspire#1563. I tried adding explicit project TFM instead of the Directory TFM without success.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to add .NET Aspire Orchestration support, the IServiceMetadata generated class isn't generated, causing a compile time error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An IServiceMetadata class to be generated
Additional context
This might be linked to dotnet/aspire#1563. I tried adding explicit project TFM instead of the Directory TFM without success.
The text was updated successfully, but these errors were encountered: