1c09081240
Merge branch 'main' into release/4.0.0
2024-02-12 15:09:35 +00:00
5e60019a0d
[ci skip] ci: downgrade codecov-action to 4.0.0
2024-02-12 15:09:15 +00:00
447323f4d1
Merge branch 'main' into release/4.0.0
2024-02-12 14:45:56 +00:00
9a506a6b29
[ci skip] fix(ci): output xml from dotCover
2024-02-12 14:45:42 +00:00
a71cb73df7
[ci skip] ci(test): add dotCover output to codecov upload
2024-02-12 14:42:44 +00:00
485501cfc0
ci(test): add dotCover output to codecov upload
2024-02-12 14:42:11 +00:00
22aaa96c23
Merge branch 'main' into release/4.0.0
2024-02-12 10:23:15 +00:00
1daa8ffd56
[ci skip] fix(ci): remove shell field from dotcover install step
2024-02-12 10:23:03 +00:00
6472c0fc84
Merge branch 'main' into release/4.0.0
2024-02-12 10:21:06 +00:00
ac82200303
[ci skip] ci: switch to codecov for coverage
2024-02-12 10:20:35 +00:00
db3a80b6da
Merge branch 'main' into release/4.0.0
2024-02-12 09:34:35 +00:00
52c85f3498
[ci skip] ci: add sonar.cs.dotcover.reportsPaths
2024-02-12 09:34:05 +00:00
f679ec294e
fix(tests): add test to fix coverage on DateOnly.Deconstruct
2024-02-12 02:35:17 +00:00
6750f0e3db
Merge branch 'main' into release/4.0.0
2024-02-12 01:50:34 +00:00
8380b9e063
[ci skip] docs: fix sonarcloud project key in readme
2024-02-12 01:50:21 +00:00
2b5c13300a
Merge branch 'main' into release/4.0.0
2024-02-12 01:47:17 +00:00
e6b165645b
ci: update sonarcloud project key
2024-02-12 01:46:16 +00:00
7d911b9124
fix(tests): assert correct exception for IList<T>.RemoveRange
2024-01-06 17:11:47 +00:00
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
d5c63feb5c
fix(tests): remove ambiguous call to Span<T>.Count ( #88 )
2023-11-14 16:57:25 +00:00
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
e2327b5235
refactor!: remove Span<T>.Replace for .NET 8 ( #88 )
2023-11-14 16:55:12 +00:00
b6b90bf1fd
build: target .NET 8 ( #88 )
2023-11-14 16:49:53 +00:00
b18e3ac97b
chore: add global.json to sln
2023-11-14 16:48:48 +00:00
4c91ec436f
fix(ci): drop netcoreapp3.1 from dotnet workflow ( #87 )
2023-09-13 00:52:19 +01:00
c9955b53fc
fix: remove netcoreapp3.1 target from Benchmarks tool ( #87 )
2023-09-13 00:48:51 +01:00
85685c15a0
docs: mention target loss in changelog
2023-09-13 00:47:56 +01:00
8f9fc6ef7a
refactor: remove target-conditional branches ( #87 )
2023-09-13 00:46:12 +01:00
89f8ceb474
chore!: remove netstandard2.1/netcoreapp3.1 target ( #87 )
2023-09-13 00:33:07 +01:00
b84d9c734a
refactor!: remove X10D.Unity + associated projects/workflows ( #86 )
2023-09-13 00:25:04 +01:00
0a2eb5edda
docs: give background and info
2023-08-28 13:41:19 +01:00
21f9a92491
docs: add more documentation pages
2023-08-28 13:41:03 +01:00
b7d9a255e5
refactor!: add Bytes suffix to IO methods
2023-08-28 13:15:19 +01:00
fc334d164c
chore: ignore Libraries folder
2023-08-28 13:05:01 +01:00
60c739f661
chore: don't share TargetFrameworks in build props
2023-08-28 13:04:16 +01:00
f3023dbd9f
tests: add IsTestProject:true to csproj
2023-08-28 12:50:26 +01:00
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
964d105f92
fix(chore): don't pull CHANGELOG.md contents in PackageReleaseNotes
2023-08-27 14:03:36 +01:00
ff6b8d5465
feat: add Span overloads to complement char.Repeat/string.Repeat
2023-08-27 13:58:15 +01:00
56c3f117c7
style: discard pure return of Randomize
2023-08-27 13:45:24 +01:00
5220f386aa
style: amend 2fb91d5175
2023-08-27 13:45:07 +01:00
dfa0bd4e11
style: add braces around parent for loop
2023-08-27 13:39:20 +01:00
20f81c5c97
test: use more meaningful test names
2023-08-27 13:38:58 +01:00
0d02c88ef6
test: use fluent Has.Length
2023-08-27 13:38:45 +01:00
e115a8fa0e
style: format document
2023-08-27 13:38:31 +01:00
2fb91d5175
test: suppress CA1307 and add StringComparison overload calls
2023-08-27 13:38:14 +01:00