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? 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
right now, CSharpParseOption constructors are a bit hard to reason what is called when for what. http://source.roslyn.io/#Microsoft.CodeAnalysis.CSharp/CSharpParseOptions.cs,46
we should clean those up and remove ones that are not necessary.
see these for more info. #15797 #16421 #15798
The text was updated successfully, but these errors were encountered:
We should have more doc-comments on parts of roslyn. @heejaechang Are you sure? as the check is in the base constructor.
Sorry, something went wrong.
@AdamSpeight2008 Hi Adam. I am not sure which one are you talking about?
@heejaechang can you take a look at #17113? it is fixing the inconsistencies in parse options reported in #15900.
Addressed in #17113.
OmarTawfik
No branches or pull requests
right now, CSharpParseOption constructors are a bit hard to reason what is called when for what.
http://source.roslyn.io/#Microsoft.CodeAnalysis.CSharp/CSharpParseOptions.cs,46
we should clean those up and remove ones that are not necessary.
see these for more info.
#15797
#16421
#15798
The text was updated successfully, but these errors were encountered: