Skip to content

Fixed HashCode not being Case Insensitive, Improved HashCode Performance & Use SIMD/Intrinsics Code from External Library (Fixes #25) #42

Fixed HashCode not being Case Insensitive, Improved HashCode Performance & Use SIMD/Intrinsics Code from External Library (Fixes #25)

Fixed HashCode not being Case Insensitive, Improved HashCode Performance & Use SIMD/Intrinsics Code from External Library (Fixes #25) #42

name: .NET build and test
on:
push:
branches: [ main ]
paths:
- ".github/workflows/dotnet-build-and-test.yaml"
- "src/**"
- "tests/**"
pull_request:
branches: [ main ]
paths:
- ".github/workflows/dotnet-build-and-test.yaml"
- "src/**"
- "tests/**"
jobs:
build-and-test:
uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/dotnet-build-and-test-with-osx.yaml@main