-
-
Notifications
You must be signed in to change notification settings - Fork 31
Fix NRT errors and enable TreatWarningsAsErrors #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a59c014
Fix NRT errors and enable TreatWarningsAsErrors
niemyjski bfb0df3
Address PR review feedback: fail-fast, null guards, and benchmark cor…
niemyjski 6fcf7b5
fix: address Copilot review feedback - add null guards and remove red…
niemyjski 47a001e
Address owner review feedback on PR #159
niemyjski d1d1750
fix: address owner and copilot PR review feedback
niemyjski 89364ab
Remove redundant null guards from PingQueueJob and modernize construc…
niemyjski d329072
Address PR review comments: eliminate null-forgiving hacks with prope…
niemyjski 99294fe
Fix Copilot review: move _scriptsLoaded before null check, fix paramName
niemyjski b911589
Make required options properties non-nullable with = null! pattern
niemyjski 511e939
Address Copilot review: add options null guard, remove unnecessary nu…
niemyjski e349a2b
Fix unresolved PR comments, use QueueException for queue operations
niemyjski f163624
Address remaining PR feedback: records, formatting, exception types, …
niemyjski 92c32e8
Address PR review comments: proper null handling, consistency, GetScr…
niemyjski f796ddd
fix: address remaining review comments on NRT PR
niemyjski 13fc230
Address PR review feedback: fix CacheValue semantics, ThrowIfNull pat…
niemyjski d08fb00
Fix RedisExtensions: use InvalidOperationException for null Redis val…
niemyjski 8ff5393
fix: address review feedback - NormalizePath non-nullable, remove Get…
niemyjski 1f9cd53
fix: address owner review feedback and update Foundatio to beta3.48
niemyjski b7de124
fix: correct Foundatio NuGet version to 13.0.0-beta3.42
niemyjski 8918304
chore: update Foundatio packages to 13.0.0-beta3.43
niemyjski 1a9689a
fix: add null guards to PingQueueJob for queue entry Value
niemyjski 1b55340
Address PR feedback: remove hacks, use .ToString() over casts, fix NR…
niemyjski 72d5c6c
Apply formatting and nullability feedback: newlines after returns, nu…
niemyjski b791ce4
updated tests
niemyjski 3781f6a
fix: throw in lock test constructor when muxer is null, apply dotnet …
niemyjski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.