Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Server GC #575

@sayedihashimi

Description

@sayedihashimi

See dotnet/AspNetCore.Docs#1237

In the templates we have

"runtimeOptions": {
    "gcServer": true
}

It should be

  "runtimeOptions": {
    "configProperties": {
      "System.GC.Server": true
    }

cc @danroth27

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions