Skip to content
New issue

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

DocumentationMode compileOptions #4459

Closed
davidfowl opened this issue Nov 24, 2015 · 2 comments
Closed

DocumentationMode compileOptions #4459

davidfowl opened this issue Nov 24, 2015 · 2 comments
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

From aspnet/dnx#3189

@davidfowl
Copy link
Member Author

/cc @jaredpar

@analogrelay analogrelay self-assigned this Jan 8, 2016
@analogrelay
Copy link
Contributor

FYI, since we aren't using Roslyn we won't be able to have quite the same level of control. We'll have to use the -doc switch which will set DocumentationMode to Diagnose and emit warnings for missing doc comments. It doesn't currently appear to be possible to have csc generate an XML file without the warnings (though I suppose we could add the command line switch to suppress the warning as well?). I may be wrong, but that's my initial impression, doing the implementation and testing work on that now.

analogrelay referenced this issue in dotnet/cli Jan 8, 2016
analogrelay referenced this issue in dotnet/cli Jan 8, 2016
wli3 referenced this issue in wli3/cli Jul 14, 2017
Removing Program.cs from Unit Test template for .NET core.
@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the Backlog milestone Jan 31, 2020
rainersigwald pushed a commit that referenced this issue Jul 20, 2020
….2 (#4459)

- Microsoft.DotNet.Cli.Runtime - 3.1.300-preview.20179.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants