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
API for constructing SemanticEdit instances when sources are modified
Given CodeAnalysis.Document instances, returns Task<SemanticEdit[]> or similar
Also returns rude edit diagnostics
Possibly useful:
Given the above, some kind of common hot reload orchestrator that could run inside VS and “dotnet watch”, to convert the sequence of project source changes into a sequence of EmitDifferenceResult/metaStream/ilStream/pdbStream (or compilation errors) that can be transported to the runtime. This would take care of all the tracking of compilation state, updating baselines, error handling, etc.
The text was updated successfully, but these errors were encountered:
Required:
Possibly useful:
The text was updated successfully, but these errors were encountered: