Skip to content

Conversation

@HowardvanRooijen
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Nov 12, 2025

Test Results

1 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   1 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit e7aa695. ± Comparison against base commit e26378e.

♻️ This comment has been updated with latest results.

Removed `#nullable enable annotations` directives and updated
properties and parameters to be nullable where appropriate
(e.g., `FilePath?`, `Uri?`, `string?`) in buffer commands
(`BlueskyBufferCommand`, `FacebookBufferCommand`,
`LinkedInBufferCommand`, `MastodonBufferCommand`,
`TwitterBufferCommand`) and the `IContentTasks` interface.

Refactored `ContentTasks` methods (`BufferContentItemsAsync`,
`LoadContentItemsAsync`, `ShuffleBufferQueueAsync`) to handle
nullable values using null-safe operations, such as the
null-coalescing operator.

These changes enhance null-safety, reduce the risk of null
reference exceptions, and align with modern C# nullable
reference type practices.
@github-actions
Copy link

Code Coverage Summary Report - Linux (No TFM)

Summary
Generated on: 11/12/2025 - 20:41:13
Parser: Cobertura
Assemblies: 1
Classes: 3
Files: 4
Line coverage: 81.2% (13 of 16)
Covered lines: 13
Uncovered lines: 3
Coverable lines: 16
Total lines: 199
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

Stacker.Cli.Specs - 81.2%
Name Line Branch
Stacker.Cli.Specs 81.2% ****
Stacker_Cli_Specs_NUnitAssemblyHooks 100%
Stacker.Cli.Specs.Features.ConvertWordPressXMLExportToTwitterFeature 100%
Stacker.Cli.Specs.Steps.WordPressExportToTwitterSteps 0%

@HowardvanRooijen HowardvanRooijen merged commit 916d39e into main Nov 12, 2025
7 checks passed
@HowardvanRooijen HowardvanRooijen deleted the feature/net10-upgrade branch November 12, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants