This repository was archived by the owner on Feb 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
Localization.StarterWeb test failures #129
Comments
looks like a cli issue, @pakrym will be filing an issue in cli. Will try to find a work around or disable the tests. |
Workaround checked in, will keep this issue open to revert the change when cli issue is fixed. |
@JunTaoLuo what's the CLI bug? Could you link to that? @piotrpMSFT FYI. We'd need the CLI fix for this one. |
@pakrym says he's fixing it. |
https://github.com/dotnet/cli/issues/3252 is the CLI issue |
Reverted workaround: b118b16 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Still investigating but just going to list what I have found so far.
The failure I'm seeing on the CI is at http://aspnetci/viewLog.html?buildId=100911&buildTypeId=Lite_UniverseTest&tab=buildLog#_focus=64532 which is caused by:
This seems to have started after the changes in aspnet/Mvc#4498. The reason this error occurs is that for the
net451 TFM
, while the assemblyMicrosoft.DotNet.Cli.Utils.dll
appears in the build output of the project, it does not show up in the published output. What I'm curious about is why this dotnet cli assembly is being loaded even in full framework and whether this is a publish issue or an issue with how Razor is loading the assemblies.cc @CesarBS @pranavkm
The text was updated successfully, but these errors were encountered: