Skip to content

Fix .NET SDK issue by specifying a namespace #158

Fix .NET SDK issue by specifying a namespace

Fix .NET SDK issue by specifying a namespace #158

Workflow file for this run

name: AoT compatibility Workflow
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x"
- name: Publish AOT test app, assert static analysis warning count, and run the app
shell: pwsh
run: .\build\test-aot-compatibility.ps1 net8.0