Skip to content

Conversation

@jaredpar
Copy link
Member

A good chunk of our code uses #if NETCOREAPP instead of #if NET for historical reasons. Did a quick replace so we can standardize on the more idiomatic approach

A good chunk of our code uses `#if NETCOREAPP` instead of `#if NET` for
historical reasons. Did a quick replace so we can standardize on the
more idiomatic approach
@jaredpar jaredpar requested review from a team as code owners August 22, 2024 16:45
@ghost ghost added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 22, 2024
@jaredpar
Copy link
Member Author

@dotnet/roslyn-compiler PTAL
@CyrusNajmabadi, @ToddGrun standardizing from the question you all had yesterday

@CyrusNajmabadi
Copy link
Member

Not sure how i feel about code becoming more consistent...


Shared Sub VerifyArgumentExceptionDiagnostic(diagnostic As Diagnostic, generatorName As String, message As String, parameterName As String, Optional initialization As Boolean = False)
#If NETCOREAPP Then
#if NET Then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#if

uber nit: inconsistent casing in vb files :)

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@jaredpar
Copy link
Member Author

@333fred, @chsienki, @jjonescz PTAL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead VSCode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants