Skip to content

Supporting both .Net Core and .Net Framework in one process. #194

Answered by agracio
DmitrySyrkin asked this question in Q&A
Discussion options

You must be logged in to vote

Not sure if I understand your reply correctly, if you use .NET Standard then you don't need to set EDGE_APP_ROOT parameter at all.
And if you use .NET Core then you can set EDGE_APP_ROOT and it will be ignored by .NET Framework and only used by .NET Core.
I don't see what benefit you can get from adding extra parameter in Edge.Js.

Here is an explanation of EDGE_APP_ROOT usage.

Framework EDGE_APP_ROOT Impact
.NET 4.x Ignored, can be set to anything
.NET Core Required if dll paths are not absolute
.NET Standard Should NOT be set

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
16 replies
@DmitrySyrkin
Comment options

@agracio
Comment options

Answer selected by DmitrySyrkin
@agracio
Comment options

@DmitrySyrkin
Comment options

@agracio
Comment options

@DmitrySyrkin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants