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
In C# 10 we're working on Improved #line pragmas. Pre-existing line pragmas influence tooling in many different facets. One of which we've noticed in generated files is at format time what happens?
With the enhanced line pragmas being created we may need to update our C# formatting engine to better understand the new form of line pragmas to ensure things don't break down.
The text was updated successfully, but these errors were encountered:
Chatted with Taylor to confirm expectations for this issue.
Some background: Two editors (one is projection-based if flag pictured below is disabled, one is new editor in dev17.0p2). New code generation (using new #line directives) will be worked on by Safia in dev17.0p3.
Will coordinate with Safia to do some validation and route any issues we find then (depending on whether compiler, IDE or Razor problem) then.
In C# 10 we're working on Improved #line pragmas. Pre-existing line pragmas influence tooling in many different facets. One of which we've noticed in generated files is at format time what happens?
With the enhanced line pragmas being created we may need to update our C# formatting engine to better understand the new form of line pragmas to ensure things don't break down.
The text was updated successfully, but these errors were encountered: