Oliver Booth oliverbooth
  • United Kingdom
  • https://oliverbooth.dev/
  • Coffee enthusiast with a love for all things tech. Tech enthusiast with a love for all things coffee.

  • Joined on 2023-06-27
oliverbooth synced commits to refs/pull/85/merge at oliverbooth/X10D from mirror 2023-08-28 12:14:17 +00:00
b4a18268d9 Merge fc334d164cbeafb1af264df6987a7604e59481b8 into 5ff7b68b37fe025f9d9492fa2105eaae65fc8ee7
fc334d164c chore: ignore Libraries folder
60c739f661 chore: don't share TargetFrameworks in build props
Compare 3 commits »
oliverbooth synced commits to release/4.0.0 at oliverbooth/X10D from mirror 2023-08-28 11:54:16 +00:00
f3023dbd9f tests: add IsTestProject:true to csproj
ea97616d57 chore: update X10D.Unity.Tests to 2021.3.29f1
Compare 2 commits »
oliverbooth synced commits to refs/pull/85/head at oliverbooth/X10D from mirror 2023-08-28 11:54:16 +00:00
f3023dbd9f tests: add IsTestProject:true to csproj
ea97616d57 chore: update X10D.Unity.Tests to 2021.3.29f1
Compare 2 commits »
oliverbooth synced commits to refs/pull/85/merge at oliverbooth/X10D from mirror 2023-08-28 11:54:16 +00:00
bfedd85622 Merge f3023dbd9fc822dcf815a99686d79d7a039e8f4c into 5ff7b68b37fe025f9d9492fa2105eaae65fc8ee7
f3023dbd9f tests: add IsTestProject:true to csproj
ea97616d57 chore: update X10D.Unity.Tests to 2021.3.29f1
Compare 3 commits »
oliverbooth synced commits to release/4.0.0 at oliverbooth/X10D from mirror 2023-08-27 13:11:10 +00:00
964d105f92 fix(chore): don't pull CHANGELOG.md contents in PackageReleaseNotes
ff6b8d5465 feat: add Span overloads to complement char.Repeat/string.Repeat
56c3f117c7 style: discard pure return of Randomize
5220f386aa style: amend 2fb91d517588ac41e63f2b12b5990ae5c93ebe4a
dfa0bd4e11 style: add braces around parent for loop
Compare 11 commits »
oliverbooth synced commits to refs/pull/85/head at oliverbooth/X10D from mirror 2023-08-27 13:11:10 +00:00
964d105f92 fix(chore): don't pull CHANGELOG.md contents in PackageReleaseNotes
ff6b8d5465 feat: add Span overloads to complement char.Repeat/string.Repeat
56c3f117c7 style: discard pure return of Randomize
5220f386aa style: amend 2fb91d517588ac41e63f2b12b5990ae5c93ebe4a
dfa0bd4e11 style: add braces around parent for loop
Compare 11 commits »
oliverbooth synced commits to refs/pull/85/merge at oliverbooth/X10D from mirror 2023-08-27 13:11:10 +00:00
d302453c91 Merge 964d105f92aec8a40e2f5f8c050629e2315d802c into 5ff7b68b37fe025f9d9492fa2105eaae65fc8ee7
964d105f92 fix(chore): don't pull CHANGELOG.md contents in PackageReleaseNotes
ff6b8d5465 feat: add Span overloads to complement char.Repeat/string.Repeat
56c3f117c7 style: discard pure return of Randomize
5220f386aa style: amend 2fb91d517588ac41e63f2b12b5990ae5c93ebe4a
Compare 12 commits »
oliverbooth synced commits to release/4.0.0 at oliverbooth/X10D from mirror 2023-08-27 03:51:09 +00:00
74f957f0c2 ci: update sonarcloud to Java 17
1c58acd0a5 ci: rename sonarcloud workflow
579a1d8c89 style(docs): one-line <returns> element
da08d23aee style(tests): use more meaningful test names
dc0b6abdc4 style(tests): use Has.Length for length assertion
Compare 8 commits »
oliverbooth synced commits to refs/pull/85/head at oliverbooth/X10D from mirror 2023-08-27 03:51:09 +00:00
74f957f0c2 ci: update sonarcloud to Java 17
1c58acd0a5 ci: rename sonarcloud workflow
579a1d8c89 style(docs): one-line <returns> element
da08d23aee style(tests): use more meaningful test names
dc0b6abdc4 style(tests): use Has.Length for length assertion
Compare 8 commits »
oliverbooth synced commits to refs/pull/85/merge at oliverbooth/X10D from mirror 2023-08-27 03:51:09 +00:00
b89e0df36f Merge 74f957f0c2379a4559b4b063424a670e0c9214b2 into 5ff7b68b37fe025f9d9492fa2105eaae65fc8ee7
74f957f0c2 ci: update sonarcloud to Java 17
1c58acd0a5 ci: rename sonarcloud workflow
579a1d8c89 style(docs): one-line <returns> element
da08d23aee style(tests): use more meaningful test names
Compare 9 commits »
oliverbooth synced commits to release/4.0.0 at oliverbooth/X10D from mirror 2023-08-27 02:51:08 +00:00
41ba8b5aad fix: include WriteBits to !NET5_0_OR_GREATER
5d936b5385 feat: add markdown formatting methods
Compare 2 commits »
oliverbooth synced commits to refs/pull/85/head at oliverbooth/X10D from mirror 2023-08-27 02:51:08 +00:00
41ba8b5aad fix: include WriteBits to !NET5_0_OR_GREATER
5d936b5385 feat: add markdown formatting methods
Compare 2 commits »
oliverbooth synced commits to refs/pull/85/merge at oliverbooth/X10D from mirror 2023-08-27 02:51:08 +00:00
7ea031bf3c Merge 41ba8b5aada8dd0ad548ffa0de99589cb0a8ba7b into 5ff7b68b37fe025f9d9492fa2105eaae65fc8ee7
41ba8b5aad fix: include WriteBits to !NET5_0_OR_GREATER
5d936b5385 feat: add markdown formatting methods
Compare 3 commits »
oliverbooth synced commits to release/4.0.0 at oliverbooth/X10D from mirror 2023-08-27 00:31:10 +00:00
bd823ba818 perf: stackalloc single char span, instead of using ToString, for .NET 7
cfe70a7923 refactor: discard GetBits return
799e635577 style: mark WriteBits conditional
Compare 3 commits »
oliverbooth synced commits to refs/pull/85/head at oliverbooth/X10D from mirror 2023-08-27 00:31:10 +00:00
bd823ba818 perf: stackalloc single char span, instead of using ToString, for .NET 7
cfe70a7923 refactor: discard GetBits return
799e635577 style: mark WriteBits conditional
Compare 3 commits »
oliverbooth synced commits to refs/pull/85/merge at oliverbooth/X10D from mirror 2023-08-27 00:31:10 +00:00
cedc8acaec Merge bd823ba8182b3409048c98d3e394ac913a853027 into 5ff7b68b37fe025f9d9492fa2105eaae65fc8ee7
bd823ba818 perf: stackalloc single char span, instead of using ToString, for .NET 7
cfe70a7923 refactor: discard GetBits return
799e635577 style: mark WriteBits conditional
Compare 4 commits »
oliverbooth synced commits to release/4.0.0 at oliverbooth/X10D from mirror 2023-08-26 17:51:10 +00:00
b843d155f6 [ci skip] style: cap line length at 130
oliverbooth synced commits to refs/pull/85/head at oliverbooth/X10D from mirror 2023-08-26 17:51:10 +00:00
b843d155f6 [ci skip] style: cap line length at 130
oliverbooth synced commits to release/4.0.0 at oliverbooth/X10D from mirror 2023-08-26 17:31:10 +00:00
68968c1b0b style: remove UTF8 BOM
9caa0acb7b style: remove UTF8 BOM
Compare 2 commits »
oliverbooth synced commits to feature/generic_math at oliverbooth/X10D from mirror 2023-08-26 17:11:10 +00:00
bb2f67e9b6 style: remove UTF8 BOM
2da8c7db7a refactor: rename TNumber as TInteger
b8f85e4270 refactor: CountDigits is Pure. also honour methodimpl
Compare 3 commits »