TagList not working as expected

Open
#113,774 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
observability

Research direction

Reproduce the report using the supplied net9.0 Console project configuration and the TagList usage shown in the issue image. Compare the observed single-value result with TagList's API behavior; done means determining whether multiple values should be supported and, if so, covering the behavior with a focused regression test.

Written by the indexing model from the issue text.

Description

area-System.Diagnostics tracking-external-issue

Hi,

I have created a simple Console application to test TagList but I am unable to add more than one value to it. Could this be a potential bug?

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net9.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
  </PropertyGroup>
</Project>

[Issue]

Image

Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/runtime

All issues in dotnet/runtime

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.