Skip to content

Debugger reports non-existent paths for extracted single-file assemblies #43336

Closed
@vitek-karas

Description

@vitek-karas

Running a simple console hello world using:

dotnet publish -r win-x64 /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true

Opening the Modules window in VS shows:
image

Notice the different paths:

  • The paths with dzkkvyk3.vi0 actually exist on disk
  • The paths with 69f4 don't exist on disk (those files are in the longer folder as well)

Note: In 3.1 single-file ALL files are reported with the "bad" (short) paths, so something in 5 fixed it at least for some files.

Note: Simple self-contained app (non-single-file) doesn't have any problem with this (3.1 or 5)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions