Skip to content

Bump OpenTelemetry.Resources.OperatingSystem to 0.1.0-alpha.3/OpenTelemetry.Resources.Host to 0.1.0-beta.3 #3097

Bump OpenTelemetry.Resources.OperatingSystem to 0.1.0-alpha.3/OpenTelemetry.Resources.Host to 0.1.0-beta.3

Bump OpenTelemetry.Resources.OperatingSystem to 0.1.0-alpha.3/OpenTelemetry.Resources.Host to 0.1.0-beta.3 #3097

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:
jobs:
check-format:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7
- name: Setup .NET 8
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # tag: v4.0.1
with:
dotnet-version: 8.0.401
- name: dotnet format
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes