Commit Graph

8 Commits (218e7f35451821c9d1977224cf22e92160163682)

Author SHA1 Message Date
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
Luke Latham 3ffad41f66
Windows Service topic+sample update for 3.0 (#12449) 2019-05-27 14:57:18 -05:00
Pavel Krymets ad6e6062bd Update Program.cs (#9988) 2018-12-12 14:59:37 -06:00
Luke Latham d18fa2b084
2.2 Sample Updates (#9795) 2018-12-04 10:56:13 -06:00
Luke Latham dda13500cf Enhance WS topic with FDD scenario (#9667)
* Enhance WS topic with FDD scenario

* React to feedback

* React to feedback

* React to feedback

Update
2018-11-27 20:24:13 -06:00
Luke Latham 27beb311c7 Windows Services updates (#9337)
* Windows Services updates

* Note "domain" or "local machine"

* React to feedback
2018-10-31 10:46:13 -10:00
Luke Latham 61dfc55521
Reorganize Windows Service samp app config (#8136) 2018-08-17 11:17:00 -05:00
Luke Latham 4e777b9d5f
Windows Service topic updates (#7512) 2018-07-10 10:05:42 -05:00