We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Steps:
<PackageReference Include="MudBlazor" Version="8.0.0" />
Mud Blazor Version: @GetVersion() @code { public static string? GetVersion() { var assembly = typeof(MudBlazor.MudButton).Assembly; var infoVer = assembly.GetCustomAttributes(typeof(AssemblyInformationalVersionAttribute), false).OfType<AssemblyInformationalVersionAttribute>().FirstOrDefault(); return infoVer?.InformationalVersion ?? "Unknown"; } }
<PackageReference Include="MudBlazor" Version="8.6.0" />
I followed steps 1-6 and put the files (including bin / obj) into a zip here: https://github.com/innominateAtWork/BlazorOldWasmBuildIssue
I can see that doing a build does not update the file "\BlazorApp1\bin\Debug\net8.0\wwwroot_framework\MudBlazor.wasm" while doing a rebuild does.
A build should cause the latest code from assemblies referenced via nuget to be included
No response
The text was updated successfully, but these errors were encountered:
@innominateAtWork thanks for contacting us.
Does removing the bin and obj folders address the issue?
/cc: @maraf
Sorry, something went wrong.
Yes, deleting bin and obj folders and then building causes the latest version to be used.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
Describe the bug
Steps:
<PackageReference Include="MudBlazor" Version="8.0.0" />
<PackageReference Include="MudBlazor" Version="8.6.0" />
I followed steps 1-6 and put the files (including bin / obj) into a zip here:
https://github.com/innominateAtWork/BlazorOldWasmBuildIssue
I can see that doing a build does not update the file "\BlazorApp1\bin\Debug\net8.0\wwwroot_framework\MudBlazor.wasm" while doing a rebuild does.
Expected Behavior
A build should cause the latest code from assemblies referenced via nuget to be included
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: