Commit Graph

1219 Commits

Author SHA1 Message Date
Oliver Booth 6750f0e3db
Merge branch 'main' into release/4.0.0 2024-02-12 01:50:34 +00:00
Oliver Booth 8380b9e063
[ci skip] docs: fix sonarcloud project key in readme 2024-02-12 01:50:21 +00:00
Oliver Booth 2b5c13300a
Merge branch 'main' into release/4.0.0 2024-02-12 01:47:17 +00:00
Oliver Booth e6b165645b
ci: update sonarcloud project key 2024-02-12 01:46:16 +00:00
Oliver Booth cc94905930
Merge branch 'release/4.0.0' into feature/generic_math 2024-01-06 17:12:01 +00:00
Oliver Booth 7d911b9124
fix(tests): assert correct exception for IList<T>.RemoveRange 2024-01-06 17:11:47 +00:00
Oliver Booth 458ab03be0
style: remove double blank line 2024-01-06 17:03:19 +00:00
Oliver Booth be44b9d549
Merge branch 'release/4.0.0' into feature/generic_math 2024-01-06 17:01:42 +00:00
Oliver Booth ceb7989d2d
fix: revert changes by merge conflict from #89 2024-01-06 14:31:47 +00:00
Oliver Booth 2a89c8e6fe
Merge pull request #89 from RealityProgrammer/main
AdvSimd intrinsic obsoletion
2024-01-06 14:28:57 +00:00
Oliver Booth 87f5b39f3b
Merge branch 'release/4.0.0' into main 2024-01-06 14:27:05 +00:00
NN Huy Hoang 790b31a635 Remove trailing whitespace 2023-11-22 22:47:56 +07:00
NN Huy Hoang fa0ece667e Obsolete AdvSimd intrinsic implementations, minor improvements in certain areas 2023-11-22 22:29:46 +07:00
Oliver Booth d5c63feb5c
fix(tests): remove ambiguous call to Span<T>.Count (#88) 2023-11-14 16:57:25 +00:00
Oliver Booth ba451a0144
chore: update dependencies
* Microsoft.Extensions.Hosting 8.0.0
* Microsoft.NET.Test.Sdk 17.8.0
* NSubstitute 5.1.0
* NUnit 3.14.0
* NUnit3Analyzers 3.9.0
* NUnit.Analyzers 3.9.0
* coverlet.collector 6.0.0
* System.Reactive 6.0.0
2023-11-14 16:56:40 +00:00
Oliver Booth e2327b5235
refactor!: remove Span<T>.Replace for .NET 8 (#88) 2023-11-14 16:55:12 +00:00
Oliver Booth b6b90bf1fd
build: target .NET 8 (#88) 2023-11-14 16:49:53 +00:00
Oliver Booth b18e3ac97b
chore: add global.json to sln 2023-11-14 16:48:48 +00:00
Oliver Booth 4c91ec436f
fix(ci): drop netcoreapp3.1 from dotnet workflow (#87) 2023-09-13 00:52:19 +01:00
Oliver Booth c9955b53fc
fix: remove netcoreapp3.1 target from Benchmarks tool (#87) 2023-09-13 00:48:51 +01:00
Oliver Booth 85685c15a0
docs: mention target loss in changelog 2023-09-13 00:47:56 +01:00
Oliver Booth 8f9fc6ef7a
refactor: remove target-conditional branches (#87) 2023-09-13 00:46:12 +01:00
Oliver Booth 89f8ceb474
chore!: remove netstandard2.1/netcoreapp3.1 target (#87) 2023-09-13 00:33:07 +01:00
Oliver Booth b84d9c734a
refactor!: remove X10D.Unity + associated projects/workflows (#86) 2023-09-13 00:25:04 +01:00
Oliver Booth 0a2eb5edda
docs: give background and info 2023-08-28 13:41:19 +01:00
Oliver Booth 21f9a92491
docs: add more documentation pages 2023-08-28 13:41:03 +01:00
Oliver Booth b7d9a255e5
refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
Oliver Booth fc334d164c
chore: ignore Libraries folder 2023-08-28 13:05:01 +01:00
Oliver Booth 60c739f661
chore: don't share TargetFrameworks in build props 2023-08-28 13:04:16 +01:00
Oliver Booth f3023dbd9f
tests: add IsTestProject:true to csproj 2023-08-28 12:50:26 +01:00
Oliver Booth ea97616d57
chore: update X10D.Unity.Tests to 2021.3.29f1
The following packages have been upgraded:
- com.unity.collab-proxy 2.0.5
- com.ide.rider 3.0.24
- com.unity.ide.visualstudio 2.0.18
- com.unity.test-framework 1.1.33
- com.unity.timeline 1.6.5

The following packages have been added:
- com.unity.toolchain.win-x86_64-linux-x86_64 2.0.6
2023-08-28 12:50:02 +01:00
Oliver Booth 964d105f92
fix(chore): don't pull CHANGELOG.md contents in PackageReleaseNotes 2023-08-27 14:03:36 +01:00
Oliver Booth ff6b8d5465
feat: add Span overloads to complement char.Repeat/string.Repeat 2023-08-27 13:58:15 +01:00
Oliver Booth 56c3f117c7
style: discard pure return of Randomize 2023-08-27 13:45:24 +01:00
Oliver Booth 5220f386aa
style: amend 2fb91d5175 2023-08-27 13:45:07 +01:00
Oliver Booth dfa0bd4e11
style: add braces around parent for loop 2023-08-27 13:39:20 +01:00
Oliver Booth 20f81c5c97
test: use more meaningful test names 2023-08-27 13:38:58 +01:00
Oliver Booth 0d02c88ef6
test: use fluent Has.Length 2023-08-27 13:38:45 +01:00
Oliver Booth e115a8fa0e
style: format document 2023-08-27 13:38:31 +01:00
Oliver Booth 2fb91d5175
test: suppress CA1307 and add StringComparison overload calls 2023-08-27 13:38:14 +01:00
Oliver Booth 43d2e8feea
test: add tests for MDLink 2023-08-27 13:29:09 +01:00
Oliver Booth 2445e36cfd
fix(ci): install dotCover global tool for sonarcloud workflow 2023-08-27 13:13:13 +01:00
Oliver Booth 74f957f0c2
ci: update sonarcloud to Java 17
Also changes sonar.login option to sonar.token
2023-08-27 04:33:24 +01:00
Oliver Booth 1c58acd0a5
ci: rename sonarcloud workflow 2023-08-27 04:21:53 +01:00
Oliver Booth 579a1d8c89
style(docs): one-line <returns> element 2023-08-27 04:13:53 +01:00
Oliver Booth da08d23aee
style(tests): use more meaningful test names 2023-08-27 03:48:56 +01:00
Oliver Booth dc0b6abdc4
style(tests): use Has.Length for length assertion 2023-08-27 03:48:41 +01:00
Oliver Booth 45ffd08dda
tests: wrap multiple asserts in Assert.Multiple 2023-08-27 03:48:22 +01:00
Oliver Booth fbd3e951c4
fix: discard Repeat return value 2023-08-27 03:47:58 +01:00
Oliver Booth c6dbc4cebe
style: cap lines to 130 in length 2023-08-27 03:45:12 +01:00