Skip to content

Bump FluentAssertions to 8.8.0 #75

Bump FluentAssertions to 8.8.0

Bump FluentAssertions to 8.8.0 #75

Workflow file for this run

name: Build Win
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build-win:
name: Build & Test (Windows)
runs-on: windows-2025
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
6.0.x
8.0.x
- name: Run tests
run: dotnet test -c Release -p:CollectCoverage=false