Some compilation errors since some updates from package: blazored.toast and blazorise.bootstrap5 #427
Unanswered
EliasMasche
asked this question in
Q&A
Replies: 2 comments
-
That was an issue that happens if you use a Can you give me the output of PS: I will convert this into a discussion because I don't think it is a issue at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is my
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having some compilation errors on my local machine while using some specific NuGet packages
This error shows up when I am using
blazored.toast
4.2.1
If I downgrade to4.2.0
accepts it fine, but another error appearThis error shows up when I downgrade
blazored.toast
to4.2.0
withblazorise.bootstrap5
to1.7.7
and1.7.6
, but I can compile and run the project with1.7.5
I already tried some recommended steps of:
Clearing the nuget cache with:
dotnet nuget locals all --clear
dotnet restore
that restored fine, but compiling/building to run shows the errorChecking if the files exist in my folders of NuGet packages, they exist
C:\Users\User\.nuget\packages\blazored.toast\4.2.1\staticwebassets\Blazored.Toast.bundle.scp.css
But running with codespaces of GitHub allows it to compile fine with the expected packages from
Directory.packages.props
, which is where it differs from my PC. For the time being, I am running with downgrade packages.Beta Was this translation helpful? Give feedback.
All reactions