Skip to content

[sdk] Add missing XML comments and nullable decorations for public APIs #10990

[sdk] Add missing XML comments and nullable decorations for public APIs

[sdk] Add missing XML comments and nullable decorations for public APIs #10990

Workflow file for this run

name: dotnet format
on:
push:
branches: [ 'main*' ]
paths:
- '**.cs'
- '.editorconfig'
pull_request:
branches: [ 'main*' ]
paths:
- '**.cs'
- '.editorconfig'
jobs:
check-format:
runs-on: windows-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
- name: Install format tool
run: dotnet tool install -g dotnet-format
- name: dotnet format
run: dotnet-format --folder --check