Skip to content

New Blazor WebAssembly 3.2, Dll files are blocking by the antivirus sophos  #21996

@JoseLuisFab

Description

@JoseLuisFab

Describe the bug

I have created a new project with the template Blazor WebAssembly 3.2.0, and I have published locally IIS on windows 10, and the antivirus software is blocking the dlls files, i changed the file extensions but the antivirus blocks the files too, the antivirus software is sophos web protection.

I used the following lines to changes the dlls extension files, but it did not work.
dir ._framework_bin | rename-item -NewName { $_.name -replace ".dll\b",".blazor }
((Get-Content ._framework\blazor.boot.json -Raw) -replace '.dll"','.blazor"') | Set-Content ._framework\blazor.boot.json

To Reproduce

image

image

Further technical details

  • ASP.NET Core version 3.1.300
  • Include the output of dotnet --info
    PM> dotnet --info
    .NET Core SDK (reflecting any global.json):
    Version: 3.1.300
    Commit: b2475c1295

Runtime Environment:
OS Name: Windows
OS Version: 10.0.17763
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\3.1.300\

Host (useful for support):
Version: 3.1.4
Commit: 0c2e69caa6

  • The IDE (VS / VS Code/ VS4Mac) you're running on, and it's version
    Microsoft Visual Studio Professional 2019
    Version 16.6.0

Metadata

Metadata

Assignees

Labels

ExternalThis is an issue in a component not contained in this repository. It is open for tracking purposes.area-blazorIncludes: Blazor, Razor Componentsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssembly

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions