Treat Build Warnings as Errors for Abstractions & DependencyInjection Projects#4050
Treat Build Warnings as Errors for Abstractions & DependencyInjection Projects#4050valadas merged 11 commits intodnnsoftware:developfrom
Conversation
… up the IUserInfo to remove build warnings
| // Licensed to the .NET Foundation under one or more agreements. | ||
| // The .NET Foundation licenses this file to you under the MIT license. | ||
| // See the LICENSE file in the project root for more information | ||
|
|
There was a problem hiding this comment.
Is this blank line required? I had been removing this line. I'm fine either way, just wondering if I was working against StyleCop when I was doing that.
There was a problem hiding this comment.
It is not a stylecop setting, for some reason I thought it was inside our stylecop configuration. I can remove these blank lines below the file header.
There was a problem hiding this comment.
To be clear, what would the reviewers like me to do here? White space or no white space
There was a problem hiding this comment.
I would prefer no white space, but happy to be overridden if there are any other opinions
There was a problem hiding this comment.
I have removed the whitespace, I'm going to leave this conversation open if anyone has strong opinions on this
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
|
OMG @valadas - who does that??????? 🤣 |

Fixes #4040
Summary
This PR updates
DotNetNuke.AbstractionsandDotNetNuke.DependencyInjectionto treat all build warnings as errors. This will help ensure a high level of code quality in these new projects.