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


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
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
Further technical details
dotnet --infoPM> 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
Microsoft Visual Studio Professional 2019
Version 16.6.0