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

[msbuild] Enable nullability and improve error reporting in the PackLibraryResources task. #19998

Merged

Commits on Feb 1, 2024

  1. [msbuild] Enable nullability and improve error reporting in the PackL…

    …ibraryResources task.
    
    * Enable nullability and fix any issues.
    * Improve error reporting by:
    	* Not bailing out when the first error is encountered, keep processing in
    	  case we can be produce and find more problems to report.
    	* Show a better error message by including the path of the problematic
    	  file in the error message.
    
    Due to indentation changes, this PR migth be easier to review by hiding
    whitespace differences.
    rolfbjarne committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    40cdddb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    e4f4867 View commit details
    Browse the repository at this point in the history