Commit 1ab1301
authored
Upgrade nuget refs and add macOS to GitHub Actions workflows (#59)
* Replace FluentAssertions with AwesomeAssertions and update various NuGet dependencies across projects.
* Upgrade Microsoft.NET.Test.Sdk to version 18.0.0 across all test projects.
* Add macOS support to GitHub Actions workflows and enhance platform coverage across integration, pull-request, and main CI/CD workflows.
* Restrict artifact publishing to Linux runners in workflows and Build.cs.
* Enhance GitHub Actions environment checks: add `IsLocalBuild` and `GetRunnerOs` methods, update `SkipPush` logic in `Build.cs` to enforce stricter conditions.
* Add Serilog and log build initialization information in Build.cs
* Refactor: Simplify array creation in Build.cs and enforce stricter null checks in GitHubActionsExtensions.
* Reduce Thread.Sleep duration in cache tests to improve test execution time
* Refactor cache tests to use async/await instead of Thread.Sleep
* Comment out `Task.Delay` calls in caching tests to improve test execution time.
* Standardize caching logic to use `DateTime.UtcNow` instead of `DateTime.Now` and adjust test timing for consistency and reliability.
* Add debug logging for cache expiry checks in sliding time span mode
* Comment out debug logging for sliding time span cache expiry checks.
* Remove sliding time span cache expiration policy and related tests.
* Improve code readability and consistency across files by standardizing temporary file path handling, enabling stricter nullability checks, replacing outdated patterns, and refining async/await usage in tests.
* Refactor: Improve null handling, simplify array assignments, and enhance code readability across multiple files
* Update package references to latest versions across projects for improved compatibility and reliability.
* Update package references to latest versions across projects for compatibility and reliability improvements.
* Remove redundant package references and enhance logging configuration in tests.1 parent d27f693 commit 1ab1301
148 files changed
Lines changed: 428 additions & 449 deletions
File tree
- .github/workflows
- build
- samples
- BlazorWebAssemblySampleApp
- NetSampleApp
- source
- AspNetCore
- CreativeCoders.AspNetCore.Blazor
- CreativeCoders.AspNetCore.TokenAuth.Jwt
- CreativeCoders.AspNetCore.TokenAuthApi.Jwt
- CreativeCoders.AspNetCore
- Config/CreativeCoders.Config.Base
- Core/CreativeCoders.Core
- Caching
- Default
- Collections
- Dependencies
- Reflection
- Weak
- Daemon
- CreativeCoders.Daemon.Windows
- CreativeCoders.Daemon
- Data
- CreativeCoders.Data.EfCore.SqlServer
- CreativeCoders.Data.EfCore
- CreativeCoders.Data.Nhibernate
- DependencyInjection/CreativeCoders.DependencyInjection
- IO/CreativeCoders.IO
- Localization/CreativeCoders.Localization
- Messaging/CreativeCoders.Messaging.Core
- Net/CreativeCoders.Net
- NukeBuild/CreativeCoders.NukeBuild.Components
- Targets/Settings
- Options
- CreativeCoders.Options.Serializers
- CreativeCoders.Options.Storage.FileSystem
- Reactive/CreativeCoders.Reactive.Messaging
- SysConsole
- CreativeCoders.SysConsole.Cli.Parsing
- Help
- OptionProperties
- ValueConverters
- CreativeCoders.SysConsole.Core
- UnitTests/CreativeCoders.UnitTests
- tests
- CreativeCoders.AspNetCore.Blazor.UnitTests
- CreativeCoders.AspNetCore.Tests
- TokenAuth/Jwt
- CreativeCoders.CodeCompilation.UnitTests
- CreativeCoders.Core.UnitTests
- Caching
- Collections
- Comparing
- EnsureArguments
- Extensions
- Enums
- IO
- Options
- Serializers
- Storage/FileSystem
- Reflection
- Tasking
- Text
- Threading
- CreativeCoders.Data.NoSql.LiteDb.Tests
- CreativeCoders.DependencyInjection.UnitTests
- CreativeCoders.IO.UnitTests
- Ports
- CreativeCoders.Localization.UnitTests
- CreativeCoders.Messaging.UnitTests
- CreativeCoders.MiscTest.UnitTests
- NukeBuild
- CreativeCoders.Net.UnitTests
- Http
- JsonRpc
- ApiBuilder
- WebApi
- XmlRpc
- Reader
- CreativeCoders.NukeBuild.Tests
- CreativeCoders.Reactive.UnitTests
- CreativeCoders.Scripting.UnitTests
- CSharp
- CreativeCoders.SysConsole.App.UnitTests
- TestData
- CreativeCoders.SysConsole.Cli.Actions.UnitTests
- Help
- Routing
- Runtime
- Middleware
- CreativeCoders.SysConsole.Cli.Parsing.UnitTests
- Help
- Properties/ValueConverters
- CreativeCoders.SysConsole.CliArguments.UnitTests
- Building
- Commands
- CreativeCoders.SysConsole.UnitTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
45 | 94 | | |
46 | 95 | | |
47 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
45 | 94 | | |
46 | 95 | | |
47 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | | - | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| |||
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
74 | | - | |
| 81 | + | |
| 82 | + | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
| |||
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
96 | | - | |
| 104 | + | |
97 | 105 | | |
98 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
99 | 116 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments