Commit Graph

56 Commits

Author SHA1 Message Date
Reiley Yang 8a4621c71f
Update Processor.Shutdown to meet with the latest spec (#1282)
* processor.Shutdown returns bool according to the spec

* update changelog
2020-09-17 09:26:19 -07:00
Reiley Yang dab9198d7c
sanitize EOL for *.csproj files (#1253) 2020-09-09 20:36:36 -07:00
Reiley Yang 5e41c62327
enforce EOL=LF in CI (#1250)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-09 17:14:26 -07:00
Reiley Yang 8fc88d28f6
Minor improvement on the "extending the sdk" doc (#1220)
* minor improvement on the customization doc

* add code snippet and more details

* make the snippet self-contained
2020-09-01 23:03:10 -07:00
Reiley Yang 6efe758b55
Add doc on how to correlate ILogger with trace (#1214)
* add doc for ILogger correlation with trace

* fix links

* mention that ILogger correlation only works for .NET5, clarify the options

* distinguish ILogger and Microsoft.Extensions.Logging

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-01 07:15:39 -07:00
Reiley Yang 3c4ed50bb9
Refactor docs/demo (#1211)
* refactor docs/demo

* normalize EOL

* add blank line before EOF

* fix hyperlinks
2020-08-31 15:05:47 -07:00