Commit Graph

25 Commits (4ad9a9f7fbd7b5506d15d436f5c6f83ad1ecb6fc)

Author SHA1 Message Date
David Guida e43694e1cd
refactored to use Threading.Channel instead of ConcurrentQueue (#21582)
* refactored to use Threading.Channel instead of ConcurrentQueue

* addressed review comments

* minor fix

* addressing PR comments
2021-04-08 12:52:18 -10:00
Kirk Larkin c32143a41c
Fix up ConsumeScopedServiceHostedService.StopAsync impl to call base (#19955) 2020-09-21 12:30:08 -10:00
Iliyan Angelov 386ec7fd29
Simplify the using statement (#18317) 2020-05-15 08:08:06 -05:00
Luke Latham f3587e0129
Show start of MonitorLoop in background tasks (#16940) 2020-02-10 12:16:03 -06:00
Luke Latham 6fc59e6483
Hosted service updates (#16462) 2020-01-08 17:15:44 -06:00
Luke Latham 4a16dc236d
3.1 Sample Updates (#16170) 2019-12-12 17:31:22 -06:00
Luke Latham 96dae2efbb
Hosted Services sample updates (#14765) 2019-10-14 14:13:42 -05:00
Luke Latham 7020a87f43
Update sample package versions to 3.0.0 (#14660) 2019-09-27 13:45:45 -05:00
Luke Latham b93ab83fb6 Pascal case placeholder names in log strings (#14508)
* Pascal case placeholder names in log strings

* Updates
2019-09-23 14:11:50 -10:00
Luke Latham dd99e15138 Hosted Services updates for 3.0 (#14417)
Updates
2019-09-23 10:34:59 -10:00
Luke Latham deb4c4a28e
dB scope in a hosted service example + 2.2 updates (#11035) 2019-02-25 12:58:01 -06:00
Matt Spicer 6af24e5412 The hostcontext did not have the environment variable information in … (#10531) 2019-01-22 14:34:00 -06:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Luke Latham 6fdf2f61e9
Only doc the latest minor release (2.1) in the Hosted Service topic (#7681) 2018-07-18 16:32:27 -05:00
granthoff1107 4a24fff6af Update Hosted Service topic: Refactor Queued Hosted Service to use BackgroundService (#7640) 2018-07-18 15:33:12 -05:00
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
Luke Latham b84e28f124
Use AddHostedService (#6901) 2018-06-06 14:49:41 -05:00
Luke Latham ff68090f60
Drop unessential pages (#6773) 2018-05-31 19:50:18 -05:00
Luke Latham 6fc9fd5823 2.1 Sample updates (Round 1) (#6709)
Addresses #5495 

* This one takes care of the topics in the *fundamentals/host* TOC area, including its three samples.
* All samples verified working with 2.1 RTM bits. 🎉

Ignore the three build warnings. They're fixed on https://github.com/aspnet/Docs/pull/6712.
2018-05-31 09:54:44 -05:00
Luke Latham c4c5400bad
Add Generic Host sample to the Background Tasks topic (#6484) 2018-05-25 09:47:11 -05:00
Luke Latham 7c30c9bdf7
Host updates (Generic Host topic) (#6428) 2018-05-16 16:09:24 -05:00