Skip to content

chore: include properly typed entity in exception, not only its json value #579

chore: include properly typed entity in exception, not only its json value

chore: include properly typed entity in exception, not only its json value #579

Workflow file for this run

name: csharpier
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10
- name: Restore .NET tools
working-directory: ./ChronoJsonDiffPatch
run: dotnet tool restore
- name: Run CSharpier
working-directory: ./ChronoJsonDiffPatch
run: dotnet csharpier check .