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

131 Коммитов

Автор SHA1 Сообщение Дата
Timothy Mothra 7191788b3f
mitigate CVE-2021-24112 (#2707)
* mitigate CVE-2021-24112

* changelog

* upgrade System.Diagnostics.PerformanceCounter instead

* testing fix to resolve conflict with Test project
2022-11-07 16:34:39 -05:00
Timothy Mothra c626381482
Refactor test frameworks (part 2) (#2701) 2022-10-30 12:52:51 -04:00
Timothy Mothra 792ade5e81
Refactor test frameworks (#2699) 2022-10-26 13:19:29 -04:00
Timothy Mothra 87265e9276
remove Net5.0 (End of Life) (#2642)
* remove Net5.0

* update
2022-07-27 12:50:34 -07:00
Timothy Mothra d85fadcecd
Update dependencies to remove Newtonsoft.Json. (GHSA-5crp-9r3c-p9vr) (#2615)
* testing

* remove dependency

* changelog

* update changelog
2022-06-29 18:19:06 +00:00
Timothy Mothra 9276687854
remove orphaned scripts (#2608) 2022-06-13 13:49:25 -07: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
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
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
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 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 c04edd88a9
test fix for CA1848 (#2502) 2021-12-20 11:44:42 -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 405fd6a991
cleanup net6 (#2473)
* remove net6 preview

* update examples
2021-11-16 23:28:29 +00:00
Timothy Mothra dfd908bb7c
github actions: NETCORE (#2444)
* github actions BASE

* github actions: NETCORE

* unique name
2021-10-19 17:57:18 -07:00
Timothy Mothra c84203ff92
upgrade aspnetcore tests to Net6 (#2441) 2021-10-14 14:17:06 -07:00
Timothy Mothra deb11f3505
Revert "add netcoreapp3.1 and net5.0 to AspNetCore project (#2423)" (#2431)
This reverts commit c1c11ccbc2.
2021-10-05 23:53:14 +00:00
Timothy Mothra f3de5e0e10
abstract IHostingEnvironment in unit tests (#2430) 2021-10-01 22:30:50 +00:00
Timothy Mothra a350e899e7
remove unused usings (#2427) 2021-09-28 21:36:15 +00:00
Timothy Mothra c1c11ccbc2
add netcoreapp3.1 and net5.0 to AspNetCore project (#2423)
* add netcoreapp3.1 and net5.0 to AspNetCore project

* comment
2021-09-22 21:00:47 +00:00
Timothy Mothra 1c9ef10d91
Add Net 6.0 to our test matrix (#2391)
* net6

* fix

* remove net6.0 specific settings

* remove net6

* merge conflicts

* code review comments

* merge conflicts

* update

* remove references to obsolete class: WebRequest

* add net6 to linux builds

* fix for net6

* test fix for linux build

* include pre-release
2021-09-21 14:53:27 -07:00
Timothy Mothra e2731fee82
remove AspNetCore net461 (#2415) 2021-09-16 11:13:43 -07:00
Timothy Mothra fb0e8a4d94
fix AspNetCore tests (#2414) 2021-09-16 09:50:19 -07:00
Timothy Mothra dee5ce542a
cleanup Integration Tests (#2404) 2021-09-13 23:46:31 +00:00
Timothy Mothra 6578bff684
fix build error (#2393)
* fix build error

* temporary fix for StrongName failure
2021-08-31 19:32:07 -07:00
Timothy Mothra 0400a5f05e
Simplify TargetFrameworks (#2389)
* net6

* fix

* remove net6.0 specific settings

* remove net6

* code review comments
2021-08-27 16:48:42 -07:00
Timothy Mothra 8ddcd5c74c
test coverage: AspNetCore and WorkerService (#2380)
* test coverage AspNetCore and WorkerService

* fix

* fix test
2021-08-26 00:40:57 +00:00
Rajkumar Rangaraj 18e6160a1d
Suppress long running SignalR connections (#2372)
* Suppress Signalr requests

* Update changelog
2021-08-20 13:45:05 -07:00
Rajkumar Rangaraj 0c25b41627
Enable SDK to create package for auto-instrumentation (#2365)
* Create downgraded DiagnosticSource version for Redfield

* Remove Settings.Designer.cs, created by mistake

* Fix tests

* Fix tests

* Fix tests

* Remove hard-coded Redfield property

* PR Comments

* Rename yml file
2021-08-18 09:52:10 -07:00
Timothy Mothra bf9957e1e2
cleanup test projects (#2363)
* cleanup test projects

* fix

* cleanup
2021-08-12 21:41:03 +00:00
Timothy Mothra f2938bb411
Convert projects to use FrameworkReference (#2355)
* switch to frameworkreference. Base and Web

* cleanup csproj

* cleanup csproj

* cleanup csproj

* comment

* update comment

* test fix

* disable broken tests. will fix in follow up PR
2021-08-11 00:02:07 +00:00
Timothy Mothra 561c624a96
remove netcoreapp2.1 from source (#2350)
* removing netcoreapp2.1 from source

* removing netcoreapp2.1 from source

* cleanup preprocessors
2021-08-04 11:47:24 -07:00
Timothy Mothra dc8c8b09ee
remove netcoreapp2.1 from projects. clean up csproj (#2338)
* remove netcoreapp2.1 from projects. clean up csproj

* remove netcoreapp2.1 from projects. clean up csproj
2021-08-02 11:51:20 -07:00
Timothy Mothra 324e810b59
remove netcore2.1 from linux builds (#2344) 2021-07-26 22:25:55 +00:00
Timothy Mothra c68a4f4d83
Update linux-build.yml (#2329)
update version of dotnet 5
2021-07-09 23:57:21 +00: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 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
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
Timothy Mothra 0a1ee470b2
[SDL] update packages (#2243)
* update packages

* update test dependencies

* testing fix for version conflicts

* Update IntegrationTests.Tests.csproj

* cleanup

* cleanup
2021-05-06 10:18:46 -07:00
Timothy Mothra cd3aeac985
cleanup unnecessary dependencies in AspNetCore SDK (#2253) 2021-05-06 00:05:36 -07:00
Timothy Mothra 83f9e49c41
remove net452 and net46 from aspnetcore (#2252)
* remove net452 and net46 from aspnetcore

* changelog

* consolidate package references
2021-05-05 17:21:13 -07:00
Timothy Mothra 4045a9835b
general maintenance (#2250)
* general maintenance

* fix date
2021-05-04 13:00:57 -07:00
dependabot[bot] d1ce91fe2e
Bump Microsoft.AspNetCore.Server.Kestrel from 1.1.2 to 2.2.0 (#2207) 2021-04-14 20:11:45 +00:00
dependabot[bot] db1a1ef98f
Bump Microsoft.AspNetCore.Server.IISIntegration from 2.1.1 to 2.2.1 (#2226) 2021-04-12 22:18:47 +00:00
dependabot[bot] dc4d434141
Bump Microsoft.AspNetCore.Mvc.TagHelpers from 2.1.1 to 2.2.0 (#2212) 2021-04-09 23:15:32 +00:00
dependabot[bot] 70faa9959f
Bump Microsoft.AspNetCore.StaticFiles from 2.1.1 to 2.2.0 (#2216) 2021-04-09 21:00:54 +00:00
dependabot[bot] 44bf72dd5c
Bump Microsoft.AspNetCore.Identity from 2.1.1 to 2.1.2 (#2215) 2021-04-09 20:05:43 +00:00
dependabot[bot] dd9883f49f
Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.9.4 (#2206)
* Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.9.4

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.7.1 to 16.9.4.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.7.1...v16.9.4)

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

* Update Microsoft.ApplicationInsights.Isolated.Tests.csproj

remove System.Reflection.Metadata

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2021-04-06 16:39:59 -07:00
James Newton-King e2ac40241e
Fix PropertyFetcher error when used with multiple types (#2197)
* Fix PropertyFetcher error when used with multiple types

* Fix build errors

Co-authored-by: Timothy Mothra <tilee@microsoft.com>
2021-04-06 14:56:23 -07:00