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

fix: Fix FileNotFoundException in MSBuild tasks #76

Merged
merged 14 commits into from
Sep 4, 2020

Conversation

ap0llo
Copy link
Owner

@ap0llo ap0llo commented Sep 4, 2020

Fixes #75

  • Add tests to ensure documentation can be generated as part of a build
  • Fix FileNotFoundException thrown by MSBuild tasks
    • dotnet build / MSBuild Core
    • .NET Framework MSBuild

@ap0llo ap0llo added the bug Something isn't working label Sep 4, 2020
@ap0llo ap0llo force-pushed the fix/filenotfoundexception-in-msbuild-tasks branch 3 times, most recently from bb1f16b to 96006d4 Compare September 4, 2020 09:31
…d System.Security.Cryptography.ProtectedData to resolve assembly resolution warnings
Downgrad to version 3.1.0 of Microsoft.Extensions.Configuration which seems to at least partially fiy the assembly load errors in MSBuild
Adjust the task to fix timestamps for files to only look at Microsoft.Extensions.* files
Fix execution of MSBuildIntegrationTest on .NET SDK 2.1
Include Utilities.Configuration as submodule instead of using the NuGet package to work around assembly load issues on .NET Framework MSBuild
Fix packaging of MdDocs tool package (fix timestamps for Microsoft.Extensions.* assemblies)
…ine task

The DotNetCoreCLI pack task seems to attempt to build proejct from the submodule causing errors (even though the --no-build flag was passed).
@ap0llo ap0llo force-pushed the fix/filenotfoundexception-in-msbuild-tasks branch from 088e5d1 to 57cd51c Compare September 4, 2020 16:53
@ap0llo ap0llo changed the base branch from master to release/v0.4 September 4, 2020 16:54
Remove redundant package reference to MSBuild Locator
Update README to include notice about usages of git submodules and additional dependencies for running integration tests
Enable CI runs for pull requests targeting release branches
@ap0llo ap0llo changed the title [WIP]fix: Fix FileNotFoundException in MSBuild tasks fix: Fix FileNotFoundException in MSBuild tasks Sep 4, 2020
@ap0llo ap0llo merged commit 41b712b into release/v0.4 Sep 4, 2020
@ap0llo ap0llo deleted the fix/filenotfoundexception-in-msbuild-tasks branch September 4, 2020 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MSBuild tasks fail with FileNotFoundException
1 participant