Skip to content

Issue / .NET 10 / MTP#45

Merged
cihandeniz merged 4 commits into
mouseless:epic/dotnet-10from
SeferMirza:issue/dotnet-10/mtp
Mar 7, 2026
Merged

Issue / .NET 10 / MTP#45
cihandeniz merged 4 commits into
mouseless:epic/dotnet-10from
SeferMirza:issue/dotnet-10/mtp

Conversation

@SeferMirza
Copy link
Copy Markdown
Member

@SeferMirza SeferMirza commented Mar 6, 2026

learn and demonstrate how to use Microsoft Test Platform(MTP)

Tasks

  • learn how to use
    • add <OutputType>Exe</OutputType> to all test projects
    • add <EnableNUnitRunner>true</EnableNUnitRunner> to Directory.Build.Props
    • add global.json
      {
        "test": {
          "runner": "Microsoft.Testing.Platform"
        }
      }
  • learn how to generate coverage report

Additional Tasks

  • demonstrate, validation attributes in response records
    this is for minimal apis
  • demonstrate, editing the response of unhandled errors with
    IProblemDetailsService

    this is for minimal apis too :(

@SeferMirza SeferMirza marked this pull request as ready for review March 7, 2026 09:59
@SeferMirza SeferMirza requested a review from a team March 7, 2026 09:59
@cihandeniz cihandeniz merged commit 9a0387f into mouseless:epic/dotnet-10 Mar 7, 2026
1 check passed
@SeferMirza SeferMirza mentioned this pull request Mar 7, 2026
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants