Timothy Mothra
ada48fbd62
Merge branch 'main' into tilee/1186_compareexchange
2022-06-13 13:49:46 -07:00
Timothy Mothra
9276687854
remove orphaned scripts ( #2608 )
2022-06-13 13:49:25 -07:00
TimothyMothra
c9f37c10a4
Merge branch 'tilee/1186_compareexchange' of https://github.com/microsoft/ApplicationInsights-dotnet into tilee/1186_compareexchange
2022-06-09 14:30:30 -07:00
TimothyMothra
d46d1b05e5
change to for loop
2022-06-09 14:30:25 -07:00
Timothy Mothra
a9c970c149
Merge branch 'main' into tilee/1186_compareexchange
2022-06-08 10:36:21 -07:00
Timothy Mothra
7d28beecc0
bump version 2.21-beta2 ( #2605 )
2022-06-08 00:08:57 +00:00
Timothy Mothra
c4fb71cd66
Merge branch 'main' into tilee/1186_compareexchange
2022-05-24 16:31:24 -07:00
Timothy Mothra
ff2f581b03
update example projects ( #2602 )
...
* update example projects
* Update appsettings.json
2022-05-24 19:56:58 +00:00
Timothy Mothra
e5b2ab0da2
mark Instrumentation Key APIs Obsolete ( #2592 )
...
* initial commit
* undo examples
* cleanup
* undo
* remove
* changelog
* update Obsolete messages
* Update ApplicationInsightsExtensions.cs
cleanup
* turn off warnings
* cleanup obsolete messages
* cleanup obsolete messages
* update message
2022-05-24 12:27:45 -07:00
TimothyMothra
60ebc1698d
merge main
2022-05-20 13:44:27 -07:00
TimothyMothra
faa1c1bd01
changelog
2022-05-20 13:43:46 -07:00
Timothy Mothra
9bcc7259ca
Merge branch 'main' into tilee/1186_compareexchange
2022-05-20 12:38:27 -07:00
Oskar Klintrot
c739fdd6a6
Extension methods for retriving operation details ( #2566 )
...
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2022-05-13 09:18:10 -07:00
Dave Dunkin
b9733c9e2a
Use appropriate namespace for NoOpTelemetryModule. ( #2442 )
...
* Use appropriate namespace for NoOpTelemetryModule.
The Shared.Implementation namespace causes compile errors for any project that references the Microsoft.ApplicationInsights.AspNetCore package and has a type named Shared.
* Update changelog for NoOpTelemetryModule namespace change.
* Update CHANGELOG.md
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2022-05-11 21:47:04 +00:00
TimothyMothra
ca40696eb3
fix documentation
2022-05-09 10:11:04 -07:00
TimothyMothra
b752856e3b
missing documentation
2022-05-09 10:03:40 -07:00
TimothyMothra
1d283464c4
Interlocked.CompareExchange
2022-05-06 17:00:46 -07:00
Liudmila Molkova
5aed71ee55
Support Azure.Mesasging.ServiceBus (Track2) SDK ( #2593 )
...
* support ServiceBus Track2 SDK
* changelog
* fxcop
2022-05-06 11:18:44 -07:00
Timothy Mothra
51dc14afaf
remove Bond schema from Base ( #2589 )
2022-04-28 17:06:40 -07:00
Timothy Mothra
2924542ebe
remove references to Bond ( #2584 )
...
* remove bond
* remove schema files
* remove duplicate Compile items
* testing csproj
* testing EnableDefaultCompileItems
* testing condition
* fix
* test cleanup
* testing additional cleanup
* restore Schema directory
2022-04-28 15:49:14 -07:00
Timothy Mothra
e1985e4460
cleanup csproj ( #2588 )
2022-04-28 20:55:52 +00:00
Andreas Gehrke
be0aa13601
Document excludeTypes and includedTypes parameters for UseAdaptiveSampling ( #2586 )
...
The `excludeTypes` and `includedTypes` parameters are `string`s with no information what a "type" can be. This PR extends the xmldoc for the parameters with info on the possible values: Dependency, Event, Exception, PageView, Request, Trace
This list is documented on the `SamplingTelemetryProcessor` class. The actual list of values exists in the internal class `SamplingIncludesUtility`.
2022-04-26 19:42:21 +00:00
Timothy Mothra
6569b6524c
remove extra ApplicationInsightsTypes project (NETCORE) ( #2583 )
...
* remove extra Types project
* undo
* undo
* delete schema files
2022-04-25 21:13:09 +00:00
Timothy Mothra
89c7673c0c
remove old schema files ( #2585 )
2022-04-25 13:43:30 -07:00
Timothy Mothra
da11ef87aa
upgrade misc projects ( #2581 )
2022-04-21 10:31:17 -07:00
Timothy Mothra
a328f1b269
remove extra references ( #2576 )
2022-04-11 15:02:44 -07:00
Timothy Mothra
ed0015a78a
Make TelemetryConfiguration configurable in ApplicationInsightsLoggingBuilderExtensions ( #2552 )
...
* Make TelemetryConfiguration configurable
* public api
* update test
* update doc examples
* fix doc
* fix whitespace
2022-03-10 17:59:26 +00:00
Timothy Mothra
c0b8fd8db7
prep 2.21-beta1 ( #2540 )
2022-02-14 12:17:15 -08:00
Timothy Mothra
ed29b98505
Delete NuGet.exe ( #2534 )
2022-02-04 20:42:58 +00:00
Timothy Mothra
0fd0933f29
Create tsaoptions.json ( #2532 )
2022-02-02 23:50:43 +00:00
Michael Maxwell
19d5e8dc57
Bug Fix: IPv6 Address gets truncated to first 4 characters ( #2522 )
...
* Code editor formatting
* test: Add failing ipv6 test
* Update ClientIpHeaderTelemetryInitializerTests.cs
* code: Fixing the ipv6 test case with port support
* Update CHANGELOG.md
* Fix so all URIs don't work, added bad input test
* Same change for WEB version
* remove console.writelines
* long ipv6 test case
* Method rename
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2022-02-01 18:43:53 +00:00
Timothy Mothra
2f10802f44
update Xdt.Tests.csproj targetframework ( #2529 )
2022-01-28 19:37:42 +00:00
Oskar Klintrot
ea3780555f
Make operation detail name constants public ( #2524 )
...
* feat: Make operation detail name constants public
* fix: Add OperationDetailConstants to public API
* Revert "fix: Add OperationDetailConstants to public API"
This reverts commit 94ae64ccf1
.
* fix: Add constants to public but unshipped api
* fix: add class to public unshipped api
* fix: Add constants to netstandard public unshipped api
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2022-01-26 18:11:34 -08:00
Timothy Mothra
2ac81a31ce
update PublicApi after 2.20 release ( #2527 )
2022-01-25 13:54:40 -08:00
Timothy Mothra
6a87fc4233
Update pipeline.user.yml ( #2523 )
2022-01-20 15:04:07 -08:00
Timothy Mothra
36b4208448
update js snippet to sv5 ( #2518 )
...
* update js snippet to sv5
* cleanup
* add JavascriptSnippet to example project for ease of testing
* Update CHANGELOG.md
2022-01-19 10:02:16 -08:00
Timothy Mothra
3b15e6527e
Update Readme with package policy ( #2512 )
...
* Update Readme with package information.
Update readme with support policy and package deprecation policy
* Update Readme.md
* Update Readme.md
2022-01-13 11:57:57 -08:00
Daniel-Guenter
f0d3df5b67
Validate exception message length to comply with endpoint restrictions ( #2519 )
...
* Validate exception message length to comply with endpoint restrictions. Issue 2284
* Added missing braces
Co-authored-by: Daniel Guenter <daniel.guenter@memoryexpress.com>
2022-01-13 09:58:33 -08:00
Timothy Mothra
ba27bd60c6
Update stale.yml ( #2508 )
...
* Update stale.yml
* Update stale.yml
2022-01-05 17:16:32 -08:00
Timothy Mothra
ba9fc0e274
testing fix for unit tests ( #2505 )
...
* testing fix for unit tests
* typo
* whitespace
* redfield
* disabling failing tests
2021-12-22 01:31:18 +00:00
Pranav Pandit
4b0a419c53
PartialSuccessTransmissionPolicy: Avoid unnecessary content deserializations ( #2500 )
...
* PartialSuccessTransmissionPolicy : Do not deserialize content unless absolutely needed
* Updated changelog.md
* PartialSuccessTransmissionPolicy : Do not deserialize content unless absolutely needed
* Updated changelog.md
* Only deserialize the initial transmission once
* retrigger checks
* Move changelog entry to vnext section
* retrigger checks
* retrigger checks
* retrigger checks
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2021-12-20 16:44:48 -08:00
Timothy Mothra
11b2daed5b
Retry Test Script: wait between retries ( #2503 )
...
* wait between retries
* cleanup
2021-12-20 16:33:00 -08:00
Timothy Mothra
c04edd88a9
test fix for CA1848 ( #2502 )
2021-12-20 11:44:42 -08:00
Daniel-Guenter
32f239d251
Validate exception stack trace line numbers to comply with endpoint r… ( #2497 )
...
* Validate exception stack trace line numbers to comply with endpoint restrictions. Issue 2482
* Fixed line comment issue
Co-authored-by: Daniel Guenter <daniel.guenter@memoryexpress.com>
2021-12-17 14:12:42 -08:00
Timothy Mothra
8b1f9db3d9
script to unlist old beta packages ( #2492 )
...
* initial script. this is working as expected
* update for every package name
* update
* null check
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2021-12-15 13:36:06 -08:00
Timothy Mothra
51c3ed8aa3
Tilee/release ( #2495 )
...
* testing release metadata
* testing powershell
* testing powershell
* testing powershell
* testing powershell
* testing powershell
* testing argument names
2021-12-15 20:15:25 +00:00
Timothy Mothra
44eb2f775c
bump version 2.20 ( #2493 )
2021-12-14 14:58:22 -08:00
Timothy Mothra
1e945be20c
fix analyzers ( #2489 )
...
* fix analyzers
* add Test.props to these extra projects
* cleanup obsolete warnings
2021-12-02 21:37:42 +00:00
Timothy Mothra
3128843ded
workflow cleanup ( #2488 )
2021-12-02 12:50:06 -08:00
Timothy Mothra
ee413975a7
update sanity workflow ( #2487 )
...
* update sanity workflow
* typo
2021-12-02 10:26:53 -08:00