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

Allow missing headers and doc comments in developer builds #23324

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

bricelam
Copy link
Contributor

'Cause sometimes you're in the flow and just wanna code.

@bricelam bricelam requested a review from a team November 13, 2020 23:12
@bricelam
Copy link
Contributor Author

Note, to enable developer builds, create a file named AspNetCoreSettings.props above the repo root with the following contents.

<Project>
  <PropertyGroup>
    <DeveloperBuild>True</DeveloperBuild>
  </PropertyGroup>
</Project>

@ajcvickers
Copy link
Member

Love it!

@ErikEJ
Copy link
Contributor

ErikEJ commented Nov 14, 2020

Is this of interest for external contributors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants