Skip to content

Allow missing headers and doc comments in developer builds #23324

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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
Contributor

Love it!

@ErikEJ
Copy link
Contributor

ErikEJ commented Nov 14, 2020

Is this of interest for external contributors?

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

Successfully merging this pull request may close these issues.

3 participants