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

convert *.dll to *.bin on deploy #129

Open
1 of 4 tasks
McNerdius opened this issue May 11, 2022 · 1 comment
Open
1 of 4 tasks

convert *.dll to *.bin on deploy #129

McNerdius opened this issue May 11, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed high priority

Comments

@McNerdius
Copy link
Owner

McNerdius commented May 11, 2022

see dotnet/aspnetcore#5477 for a summary of the issue and https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-6.0#change-the-filename-extension-of-dll-files for the published workaround.

something tells me there's a better way to do this now, a csproj item or some such.

  • get it working on on tailblazor.dev
    • The published "rename dll to bin" workaround did not fix the original issue, but has been merged into tailblazor.dev because presumably it will prevent this issue in some cases and will be the basis for whatever does solve the original issue. For the time being it will not be merged into tailblazor-templates. The search for a more robust, yet simple solution continues.
  • make it less ugly
  • add non-ugly version to tailblazor-templates
  • document the issue and template changes on tailblazor.dev
@McNerdius McNerdius self-assigned this May 11, 2022
@McNerdius
Copy link
Owner Author

"Less Ugly" notes:

What i was remembering regarding a csproj item was from this issue which it seems didn't pan out. The issue is closed, linking to a description of custom deployments, which somehow "tackles the issue" ... ... ... Ah... ahem... no.

So, dll2bin.ps1 it is, for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed high priority
Projects
None yet
Development

No branches or pull requests

1 participant