Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AppDomain.CurrentDomain not setup correctly by System.Web #16150

@lloydho

Description

@lloydho

Steps to Reproduce

  1. Open Solution attached below, the solution is the default ASP.NET Framework MVC project that is created by Visual Studio on Mac with 2 console.writeLines.
  2. Run the solution on a Mac/Linux with Mono.
  3. Run the solution on Windows.

AppDomainTest.zip

Current Behavior

The values for AppDomain.CurrentDomain.SetupInformation.DynamicBase and AppDomain.CurrentDomain.SetupInformation.CachePath do not match on the Mac and matches on Windows.

Expected Behavior

The values for AppDomain.CurrentDomain.SetupInformation.DynamicBase and AppDomain.CurrentDomain.SetupInformation.CachePath should match on both platforms.

On which platforms did you notice this

[x] macOS
[ ] Linux
[ ] Windows

Version Used:
Mac OS 10.14.6
Mono 6.0.0.319

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions