-
Notifications
You must be signed in to change notification settings - Fork 464
Fix warnings in solution (excluding build csproj) #4365
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
Fix warnings in solution (excluding build csproj) #4365
Conversation
|
@aishwaryabh @liliankasem when you have a moment, please review the changes. |
src/Cli/func/Actions/HostActions/WebHost/Security/CliAuthenticationHandler.cs
Show resolved
Hide resolved
|
@VineethReyya just FYI that I fixed the build props and artifactassembler.cs files in my last 2 commits |
@liliankasem Thanks for the commits. I just commit few changes. could you please review. Also tried to supress : NU5118 because in .csproj line no 298 we are trying to include the same file under two different PackagePaths. and also using both a wildcard include (***) and an explicit file include (main.py), The issue can be resolved by removing the conflicting paths, but I’ve temporarily suppressed it until I receive your suggestion. |
Lets keep supressed for now. |



Issue describing the changes in this PR
Fix warnings in the project
Pull request checklist