Skip to content

feat: add [JsonIgnore]d Guid? Id key Property to all Model Classes #182

feat: add [JsonIgnore]d Guid? Id key Property to all Model Classes

feat: add [JsonIgnore]d Guid? Id key Property to all Model Classes #182

Workflow file for this run

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