We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
See dotnet/roslyn-analyzers#6352
These pipelines are not efficient and this generator is not really incremental.
aspnetcore/src/SignalR/clients/csharp/Client.SourceGenerator/src/HubClientProxyGenerator.cs
Lines 15 to 32 in d2f7bd0
aspnetcore/src/SignalR/clients/csharp/Client.SourceGenerator/src/HubServerProxyGenerator.cs
Every typed character in IDE will produce a new compilation and the whole thing will re-run. This doesn't benefit from being incremental.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See dotnet/roslyn-analyzers#6352
These pipelines are not efficient and this generator is not really incremental.
aspnetcore/src/SignalR/clients/csharp/Client.SourceGenerator/src/HubClientProxyGenerator.cs
Lines 15 to 32 in d2f7bd0
aspnetcore/src/SignalR/clients/csharp/Client.SourceGenerator/src/HubServerProxyGenerator.cs
Lines 15 to 32 in d2f7bd0
Every typed character in IDE will produce a new compilation and the whole thing will re-run. This doesn't benefit from being incremental.
The text was updated successfully, but these errors were encountered: