1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 04:55:42 +00:00
Commit Graph

1189 Commits

Author SHA1 Message Date
Oliver Booth
a519c5b232
Merge d2924d7ac0 into 25062bbf8b 2024-06-12 03:00:38 +00:00
d2924d7ac0
refactor!: remove extensions for Progress<T> 2024-06-12 04:00:25 +01:00
77dd144321
ci: ignore compile-generated file from coverage 2024-06-12 03:54:22 +01:00
69157b9517
ci: drop net7.0 target for tests 2024-06-12 03:46:46 +01:00
4a80c93cc2
chore!: drop net7.0 target (#90) 2024-06-12 03:45:51 +01:00
f389731703
style: remove trailing whitespace on line 10 2024-06-12 03:42:21 +01:00
195e25e0e3
feat: add range-based foreach 2024-06-12 03:40:34 +01:00
bd1b12da71
docs: update 3.x.x migration docs 2024-02-17 17:54:06 +00:00
Oliver Booth
8d2b4b011b
Merge branch 'main' into release/4.0.0 2024-02-17 17:28:53 +00:00
8459d8fc83
ci(test): use coverage from coverlet 2024-02-17 17:23:27 +00:00
fdf1465730
test: coverlet output xml 2024-02-17 17:23:02 +00:00
25062bbf8b
fix(ci): fix coverage reports 2024-02-17 16:23:14 +00:00
6501162857
fix(ci): convert coverage report to codecov supported format 2024-02-17 16:12:00 +00:00
39773a56c3
ci: output DetailedXML from dotcover 2024-02-17 16:08:40 +00:00
29cd725b66
Merge branch 'main' into release/4.0.0 2024-02-17 15:30:41 +00:00
4dc5fc1148
[ci skip] docs: update license year 2024-02-17 15:30:02 +00:00
89de426d9a
ci: search for files with codecov 2024-02-17 03:04:19 +00:00
43128c4c64
Merge branch 'main' into release/4.0.0 2024-02-17 00:29:14 +00:00
22da9aa769
fix(ci): workflow should use 'with' not 'env' 2024-02-17 00:28:58 +00:00
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