Skip to content

feat: Reject DateTimes in deserialization that have no explicit offset #194

feat: Reject DateTimes in deserialization that have no explicit offset

feat: Reject DateTimes in deserialization that have no explicit offset #194

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"