joegoldman2

Results 37 issues of joegoldman2

Contributes to #1610. ## Changes - Renames OpenTelemetry.ResourceDetectors.AWS to OpenTelemetry.Resources.AWS - Makes detectors internal - Adds `AddAWSEBSDetector`, `AddAWSEC2Detector`, `AddAWSECSDetector` and `AddAWSEKSDetector` extension methods for ResourceBuilder For significant contributions please make...

comp:resources.aws

Contributes to #1610. ## Changes - Renames OpenTelemetry.ResourceDetectors.Container to OpenTelemetry.Resources.Container - Makes detector internal - Adds `AddContainerDetector` extension method for ResourceBuilder For significant contributions please make sure you have completed...

comp:resources.container

`Activity.AddException` will be added in .NET 9 (https://github.com/dotnet/runtime/issues/53641). Should `ActivityExtensions.RecordException` then be deprecated?

pkg:OpenTelemetry.Api
needs-runtime-change
traces

Fixes #1759. ## Changes Introduce a static `ConcurrentDictionary` to cache the activity display name. I don't think it's worth adding an entry in the changelog for this change. For significant...

- [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included unit or integration tests for your change, where applicable. - [x] You've included inline docs...

community-contribution
area-networking

- [x] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [x] You've included unit or integration tests for your change, where applicable. - [x] You've included inline docs...

community-contribution
area-security

## Background and Motivation In many applications, claims-based authorization is a critical component for enforcing security and access controls. The current implementation of `AuthorizationPolicyBuilder.RequireClaim` (and `ClaimsAuthorizationRequirement`) is limited to checking...

api-ready-for-review
area-security

Fixes #37245. I'll create a PR for updating the documentation once this PR has been approved.

untriaged
Area-CLI

- [x] You've read the [Contributor Guide](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/Contributing.md) and [Code of Conduct](https://opensource.microsoft.com/codeofconduct/). - [ ] You've included unit or integration tests for your change, where applicable. - [x] You've included inline...

Overridden members (methods or properties) from a base class should not repeat all the XML documentation, but rather use `` in order to avoid repetition and simplify reading. For example:...