Skip to content

Avoid invalid traces when EF Core and Npgsql instrumentations run together #4532

Avoid invalid traces when EF Core and Npgsql instrumentations run together

Avoid invalid traces when EF Core and Npgsql instrumentations run together #4532

Workflow file for this run

name: dotnet format
on:
push:
branches: [ main ]
paths:
- '**.cs'
- '.editorconfig'
pull_request:
branches: [ main ]
paths:
- '**.cs'
- '.editorconfig'
merge_group:
workflow_dispatch:
permissions:
contents: read
jobs:
check-format:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag: v6.0.2
- name: Setup .NET
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # tag: v5.1.0
with:
dotnet-version: 10.0.103
- name: dotnet format
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes