Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Reports.Html works on .NET Framework #751

Merged
merged 4 commits into from
Jan 25, 2019
Merged

Conversation

conniey
Copy link
Member

@conniey conniey commented Jan 24, 2019

In .NET Framework, the precompiled views are not added to the ApplicationParts by default, so they cannot be resolved.

Fixes #749

/// Checks if the precompiled razor views have been added as an
/// ApplicationPart. If not, adds them.
/// On .NET 461, Microsoft.Fx.Portability.Reports.Html.dll
/// and Microsoft.Fx.Portability.Reports.Html.Views.dll are
Copy link
Member

Choose a reason for hiding this comment

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

Is Microsoft.Fx.Portability.Reports.Html.Views.dll generated by the SDK?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. It's generated by the Razor SDK

@conniey conniey merged commit 11ae91a into microsoft:dev Jan 25, 2019
@conniey conniey deleted the issue749 branch January 25, 2019 18:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ApiPort.Offline fails to generate HTML report
2 participants