LibHac/tests/LibHac.Tests
Alex Barney 57586d75fd
Target netstandard2.1 and netcoreapp3.0 (#99)
.NET Core 2.1 introduced some runtime changes to support Span<T> and ByReference. Along with this comes the ability to do things like reinterpret memory as a different type. In .NET Framework the garbage collector couldn't track these references. These features proved useful enough that support for .NET Framework was dropped.

* Target netstandard2.1 and netcoreapp3.0
* Build: Zip native builds. Put version in zip filename
* Always build native exe on AppVeyor
2019-11-29 13:11:04 -06:00
..
CryptoTests Add Sha256Generator 2019-11-26 18:13:30 -06:00
AesCmac.cs Rename Crypto namespace 2019-11-22 13:59:47 -05:00
AesXts.cs Rename FS namespaces 2019-09-21 12:29:10 -05:00
BufferStructTests.cs Add XTS mode and remove duplicate code 2019-11-22 13:59:47 -05:00
LibHac.Tests.csproj Target netstandard2.1 and netcoreapp3.0 (#99) 2019-11-29 13:11:04 -06:00
PathToolsTests.cs Add a path normalizer that behaves like the one in FS 2019-10-14 12:10:56 -05:00
RomFsTests.cs Rename FS namespaces 2019-09-21 12:29:10 -05:00