Граф коммитов

2826 Коммитов

Автор SHA1 Сообщение Дата
Timothy Mothra 030ebad501
prune public api (#2336) 2021-07-20 20:01:45 -07:00
Timothy Mothra 39d636f6fb
Update CHANGELOG.md (#2332) 2021-07-16 21:18:57 +00:00
Timothy Mothra 317786702e
Self-Diagnostics: include datetimestamp in filename (#2325)
* include datetimestamp in self-diagnostics filename

* come review comments

* update readme

* update readme

* Update Readme.md
2021-07-10 00:47:38 +00:00
Timothy Mothra c68a4f4d83
Update linux-build.yml (#2329)
update version of dotnet 5
2021-07-09 23:57:21 +00:00
Timothy Mothra dfa51220a5
log to indicated Authentication Policy caught the response from ingestion (#2319) 2021-07-09 10:26:22 -07:00
Timothy Mothra 7c6589e2c5
AAD: Misc changes (#2317)
* initialize cache inside constructor

* remove todo. not pursing caching right now

* cleanup comment

* update changelog

* Update ReflectionCredentialEnvelope.cs
2021-07-02 00:15:10 +00:00
Timothy Mothra 15bfc22ead
update version for beta3 (#2316) 2021-07-01 00:13:59 +00:00
Timothy Mothra 649264d67d
AAD: new AuthenticationTransmissionPolicy for retry scenarios. (#2312) 2021-06-30 15:58:34 -07:00
Rajkumar Rangaraj b655ef46af
Merge pull request #2314 from microsoft/rajrang/updateloggingpkg
Update Microsoft.Extensions.Logging from 2.1.0 to 2.1.1
2021-06-24 21:49:52 -07:00
Rajkumar Rangaraj 87cde52b46 Update Microsoft.Extensions.Logging to 2.1.1 2021-06-24 18:22:25 -07:00
Timothy Mothra ce50b28c69
Remove OpenCover. CVE-2018-1285 (#2313) 2021-06-24 17:48:44 +00:00
Timothy Mothra 066e180445
refactor TransmissionPolicy (#2311) 2021-06-24 00:25:16 +00:00
Timothy Mothra 4af30fd1b3
AAD: change to CredentialEnvelope to expose Expiration (#2306) 2021-06-21 15:24:12 -07:00
Timothy Mothra eb1c2cc423
enable self-diagnostics in example app (#2305) 2021-06-17 21:10:03 +00:00
xiang17 43a50596d4
Enable the self diagnostics and fix a NullReferenceException bug (#2302)
* Enable the self diagnostics and fix a NullReferenceException bug

* Fix compilation warnings.
2021-06-14 14:42:00 -07:00
Timothy Mothra c5d85e2dec
aad: detect type (#2303) 2021-06-11 10:26:58 -07:00
Lev Yastrebov c408293d97
Updated link to performance counters docs (#2301)
* Updated link to performance counters docs

* Update WEB/Src/PerformanceCollector/README.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-06-09 16:53:22 +00:00
Timothy Mothra 93577d8396
disable these tests on linux (#2298) 2021-06-03 19:32:24 +00:00
Timothy Mothra 11c9dfa460
bump version 2.18-beta2 (#2296) 2021-06-03 18:34:08 +00:00
Timothy Mothra 9d7e28a7e4
AAD: with ServerTelemetryChannel (#2292)
* AAD: with ServerTelemetryChannel
2021-06-03 10:42:49 -07:00
Timothy Mothra d0ce00d173
AAD: with QuickPulse (#2291)
* AAD: with QuickPulse
2021-06-02 22:33:27 +00:00
Timothy Mothra 8b4461b2cd
cleanup Base SDK Frameworks (#2280)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-06-02 13:47:08 -07:00
Pavel Krymets 53a4422d01
Read Azure SDK Success status (#2200)
* Read Azure SDK Success status
2021-06-02 18:48:37 +00:00
Cijo Thomas b1e5d51c58
Fix AzureSdkDiagnosticListener from crashing user app (#2294)
* Fix AzureSdkDiagnosticListener from crashing user app

* changelog
2021-06-02 10:04:08 -07:00
Timothy Mothra 72fbd328a6
AAD: with InMemoryChannel (#2290)
* aad with InMemoryChannel
2021-05-29 01:06:45 +00:00
Timothy Mothra 9ecce675ec
AAD: refactor (#2288)
* AAD: refactor

* change property to internal
2021-05-28 19:28:54 +00:00
Timothy Mothra 353d1229fc
disable flaky tests (#2289) 2021-05-28 11:53:53 -07:00
dependabot[bot] eb2a6bd509
Bump Microsoft.AspNetCore.Mvc.Core from 1.0.3 to 1.0.4 (#2285)
Bumps Microsoft.AspNetCore.Mvc.Core from 1.0.3 to 1.0.4.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-27 11:19:41 -07:00
Timothy Mothra ad3d952771
AAD: Handling Azure.Core.TokenCredential (#2191) 2021-05-26 19:07:48 -07:00
Timothy Mothra e1ff87e5e9
remove unused dependency (#2281) 2021-05-26 09:02:58 -07:00
Timothy Mothra c6dfc6e078
cleanup frameworks in AspNetCore (#2278)
* cleanup frameworks in AspNetCore

* fix fxcop
2021-05-25 14:45:56 -07:00
Timothy Mothra ddd41c578c
fix Test projects dependency, Microsoft.AspNetCore.App (#2276) 2021-05-24 12:22:45 -07:00
Timothy Mothra 3a3f04a8da
add support for net461 to Tests (#2274) 2021-05-20 18:17:46 -07:00
Timothy Mothra 39add8f796
add Net5.0 to Test Infra and Bask SDK Tests (#2272) 2021-05-20 17:09:31 -07:00
Timothy Mothra b273a482e7
Update Self-Diagnostics instructions (#2271)
* Update Self-Diagnostics instructions

* Update Readme.md

* Update Readme.md
2021-05-18 19:24:05 -07:00
xiang17 1b8e58f950
Update Readme and changelog for SelfDiagnostics (#2267)
* Add Readme and changelog for Self Diagnostics

* Fix failed test cases

* Add changelog entry

* Update troubleshooting/ETW/Readme.md with Self Diagnostics section

* Remove unused code

* Add "as of version 2.18.0"
2021-05-18 13:22:08 -07:00
Martin dd497a9b7a
Cosmetics/technical debt - use pattern matching (#2268)
* Fix ReSharper's "Convert 'as' expression type check and the following null check into pattern matching" / Code Smell

* Update changelog with description
2021-05-14 14:19:59 -07:00
xiang17 80bb2afbc9
Add ConfigRefresher for SelfDiagnostics (#2262)
* Add MemoryMappedFileHandler for SelfDiagnostics

* Rename classes and namespace.

* -

* Use CollectionAssert.AreEqual to compare byte[]

* Add circular write logic into MemoryMappedFileHandler class

* Add ConfigRefresher for SelfDiagnostics

* Fix trivial compile errors

* Fix trivial compile errors

* Update EventSource method implementation

* Update EventSource method implementation

* -

* Special requirement for last argument in method definition and last parameter for WriteEvent call

* Add new line at end of file

* Change namespace for SelfDiagnosticsInitializer

* Remove redundant using namespace statement.

* Remove blank line
2021-05-13 15:13:30 -07:00
xiang17 3bd1b42267
Add MemoryMappedFileHandler for SelfDiagnostics (#2258)
* Add MemoryMappedFileHandler for SelfDiagnostics

* Rename classes and namespace.

* -

* Use CollectionAssert.AreEqual to compare byte[]

* Add circular write logic into MemoryMappedFileHandler class

* Fix trivial compile errors

* Fix trivial compile errors

* Update EventSource method implementation

* Update EventSource method implementation

* -

* Special requirement for last argument in method definition and last parameter for WriteEvent call

* update typo in comment
2021-05-13 12:49:38 -07:00
xiang17 a3b2089842
Encode event and write to file in SelfDiagnosticsEventListener (#2265)
* Encode event and write to file in SelfDiagnosticsEventListener

* Fix compile error
2021-05-13 12:12:44 -07:00
Timothy Mothra 3722bbc7fc
troubleshooting (#2264)
* troubleshooting guides

* update

* update

* update

* Update Readme.md

* Update Readme.md

* Update PostTelemetry.ps1

* Update Readme.md
2021-05-12 13:18:22 -07:00
xiang17 8906f8cffe
Add EventListener for SelfDiagnostics (#2259)
* Add EventListener for SelfDiagnostics

* Match with EventSource name's prefix
2021-05-11 16:33:10 -07:00
xiang17 b8b35c57eb
Add config parser class for SelfDiagnostics (#2257)
Add config parser class for SelfDiagnostics
2021-05-11 15:41:19 -07:00
xiang17 84c05123da Rename test class namespace. Remove xunit dependency. 2021-05-11 12:34:41 -07:00
xiang17 690dc8a3c8 Rename SelfDiagnostics class to SelfDiagnosticsInitializer, and SelfDiagnosticsInternals names to SelfDiagnostics. 2021-05-11 12:11:26 -07:00
xiang17 41031a00df Add config parser class for SelfDiagnostics 2021-05-07 00:40:57 -07:00
xiang17 3a0fd3d2da
Merge pull request #2245 from microsoft/xiang17/SelfDiagnostics
Initialization code and entry point for Self Diagnostics Module
2021-05-06 23:01:05 -07:00
Cijo Thomas ae670edf73
Merge branch 'develop' into xiang17/SelfDiagnostics 2021-05-06 16:33:21 -07:00
Timothy Mothra 72da282204
Update CHANGELOG.md (#2254) 2021-05-06 14:06:06 -07:00
xiang17 ad55800521
Merge branch 'develop' into xiang17/SelfDiagnostics 2021-05-06 12:03:08 -07:00