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
43d2e8feea
test: add tests for MDLink
2023-08-27 13:29:09 +01:00
2445e36cfd
fix(ci): install dotCover global tool for sonarcloud workflow
2023-08-27 13:13:13 +01:00
74f957f0c2
ci: update sonarcloud to Java 17
...
Also changes sonar.login option to sonar.token
2023-08-27 04:33:24 +01:00
1c58acd0a5
ci: rename sonarcloud workflow
2023-08-27 04:21:53 +01:00
579a1d8c89
style(docs): one-line <returns> element
2023-08-27 04:13:53 +01:00
da08d23aee
style(tests): use more meaningful test names
2023-08-27 03:48:56 +01:00
dc0b6abdc4
style(tests): use Has.Length for length assertion
2023-08-27 03:48:41 +01:00
45ffd08dda
tests: wrap multiple asserts in Assert.Multiple
2023-08-27 03:48:22 +01:00
fbd3e951c4
fix: discard Repeat return value
2023-08-27 03:47:58 +01:00
c6dbc4cebe
style: cap lines to 130 in length
2023-08-27 03:45:12 +01:00
41ba8b5aad
fix: include WriteBits to !NET5_0_OR_GREATER
2023-08-27 03:39:53 +01:00
5d936b5385
feat: add markdown formatting methods
2023-08-27 03:37:01 +01:00
bd823ba818
perf: stackalloc single char span, instead of using ToString, for .NET 7
...
This removes the allocations caused by ToString(). Unfortunately, the ReadOnlySpan<char> overload is only available from .NET 7, and so this is a conditional performance gain. Shame.
2023-08-27 01:26:37 +01:00
cfe70a7923
refactor: discard GetBits return
2023-08-26 18:50:49 +01:00
799e635577
style: mark WriteBits conditional
2023-08-26 18:50:37 +01:00
b843d155f6
[ci skip] style: cap line length at 130
2023-08-26 18:40:23 +01:00
68968c1b0b
style: remove UTF8 BOM
2023-08-26 18:15:04 +01:00
9caa0acb7b
style: remove UTF8 BOM
2023-08-26 18:11:29 +01:00
129cbfb51f
refactor: revert 50d9cad2f3
2023-08-24 02:29:59 +01:00
f238d420f4
Merge branch 'main' into release/4.0.0
2023-08-24 01:54:42 +01:00
5ff7b68b37
[ci skip] ci: add workflow_dispatch trigger to docfx workflow
2023-08-24 01:54:25 +01:00
9aed06b533
[ci skip] docs: add X10D.Hosting to docfx project
2023-08-24 01:53:50 +01:00
71b0bec85c
style(test): format span tests
2023-08-24 01:53:24 +01:00
50d9cad2f3
perf: optimise subsequent GetHash and TryWriteHash calls
2023-08-23 17:06:44 +01:00
1157e36eff
refactor: separate stream Read/Write methods to partials
2023-08-23 17:00:55 +01:00
30b7a465a7
fix: fix marshal of decimal for netstandard 2.1
2023-08-23 16:54:20 +01:00