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

Enable strict mode in roslyn compiler #6950

Merged
merged 3 commits into from
Jan 28, 2019
Merged

Enable strict mode in roslyn compiler #6950

merged 3 commits into from
Jan 28, 2019

Conversation

pakrym
Copy link
Contributor

@pakrym pakrym commented Jan 23, 2019

{
return Task.CompletedTask;
}

Copy link
Member

Choose a reason for hiding this comment

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

This is a semantic change.

Copy link
Contributor Author

@pakrym pakrym Jan 23, 2019

Choose a reason for hiding this comment

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

ValueProviderResult is a struct so result would always be false

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Custom == operator is not invoked here either.

Copy link
Member

Choose a reason for hiding this comment

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

This is probably a bug then? /cc @dougbu

Copy link
Member

Choose a reason for hiding this comment

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

@rynowak what exactly do you want my thoughts on?

Copy link
Member

Choose a reason for hiding this comment

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

oh nvmt his is in test code. Just ignore then

@pakrym pakrym requested a review from dougbu January 23, 2019 18:15
{
return Task.CompletedTask;
}

Copy link
Member

Choose a reason for hiding this comment

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

@rynowak what exactly do you want my thoughts on?

Directory.Build.props Outdated Show resolved Hide resolved
@Eilon Eilon added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jan 25, 2019
@pakrym pakrym merged commit f06e182 into master Jan 28, 2019
@natemcmaster natemcmaster deleted the pakrym/strict-compiler branch May 3, 2019 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants