AspNetCore.Docs/aspnetcore/host-and-deploy/windows-service/samples
Andrew Stanton-Nurse aa273f83c3
Workaround designer issue in VS (#12823)
Because it inherits from `ServiceBase` (via `WebHostService`), VS treats this `CustomWebHostService` class like a "Component" and tries to open a design surface for it. This causes problems because the designer can't load properly over this type (it has a constructor). We are fixing `WebHostService` in 3.0 (and it's no longer recommended anyway, with Worker Service), but the 2.x sample should be updated to lead people down the happy path.
2019-06-12 07:45:49 -07:00
..
2.x/AspNetCoreService Workaround designer issue in VS (#12823) 2019-06-12 07:45:49 -07:00
3.x/AspNetCoreService Windows Service topic+sample update for 3.0 (#12449) 2019-05-27 14:57:18 -05:00