Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
feO2x
/
Light.GuardClauses
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
93
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Version 10.2.0
- #91
#91
Merged
feO2x
merged 26 commits into
main
feO2x/Light.GuardClauses:main
from
dev
feO2x/Light.GuardClauses:dev
Copy head branch name to clipboard
Sep 22, 2023
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Version 10.2.0
#91
feO2x
merged 26 commits into
main
feO2x/Light.GuardClauses:main
from
dev
feO2x/Light.GuardClauses:dev
Copy head branch name to clipboard
Commits
Commits on Sep 16, 2023
chore: turned off ReSharper warnings in CommonAssertions
Show description for 0f66abc
feO2x
committed
0f66abc
View commit details
Copy full SHA for 0f66abc
Browse repository at this point
docs: added missing 'and' in IsApproximately XML comments
feO2x
committed
b6d675c
View commit details
Copy full SHA for b6d675c
Browse repository at this point
feat: add IsGreaterThanOrApproximately for double
Show description for 42df27d
feO2x
committed
42df27d
View commit details
Copy full SHA for 42df27d
Browse repository at this point
feat: add IsGreaterThanOrApproximately for float
Show description for d9e74b7
feO2x
committed
d9e74b7
View commit details
Copy full SHA for d9e74b7
Browse repository at this point
feat: added IsLessThanOrApproximately
Show description for 9cf7891
feO2x
committed
9cf7891
View commit details
Copy full SHA for 9cf7891
Browse repository at this point
docs: fixed missing 'f' indicator in default tolerance for IsLessThanOrApproximately
Show description for 28fc837
feO2x
committed
28fc837
View commit details
Copy full SHA for 28fc837
Browse repository at this point
Merge pull request #87 from feO2x/features/floating-point-is-approximately
Show description for 3915932
feO2x
authored
3915932
View commit details
Copy full SHA for 3915932
Browse repository at this point
Commits on Sep 17, 2023
chore: removed ReSharper warnings in Check.StringAssertions.cs
Show description for 1d07843
feO2x
committed
1d07843
View commit details
Copy full SHA for 1d07843
Browse repository at this point
feat: add IsTrimmed for string, ReadOnlySpan<char> and Span<char>
Show description for 3e8e1ad
feO2x
committed
3e8e1ad
View commit details
Copy full SHA for 3e8e1ad
Browse repository at this point
feat: add IsTrimmedAtStart for string, ReadOnlySpan<char> and Span<char>
Show description for 4c156d4
feO2x
committed
4c156d4
View commit details
Copy full SHA for 4c156d4
Browse repository at this point
docs: changed 'sequence' to 'span' for new IsTrimmedXXX methods
Show description for 109c07a
feO2x
committed
109c07a
View commit details
Copy full SHA for 109c07a
Browse repository at this point
feat: add IsTrimmedAtEnd from string, ReadOnlySpan<char> and Span<char>
Show description for c73e522
feO2x
committed
c73e522
View commit details
Copy full SHA for c73e522
Browse repository at this point
feat: add MustBeTrimmedXXX assertions
Show description for 34ae80d
feO2x
committed
34ae80d
View commit details
Copy full SHA for 34ae80d
Browse repository at this point
Commits on Sep 18, 2023
tests: add tests for MustBeTrimmed
Show description for f64990f
feO2x
committed
f64990f
View commit details
Copy full SHA for f64990f
Browse repository at this point
Commits on Sep 19, 2023
tests: add tests for MustBeTrimmedAtStart
Show description for fb71402
feO2x
committed
fb71402
View commit details
Copy full SHA for fb71402
Browse repository at this point
tests: add tests for MustBeTrimmedAtEnd
Show description for 80988b7
feO2x
committed
80988b7
View commit details
Copy full SHA for 80988b7
Browse repository at this point
Merge pull request #89 from feO2x/features/must-be-trimmed
Show description for 60e291b
feO2x
authored
60e291b
View commit details
Copy full SHA for 60e291b
Browse repository at this point
Commits on Sep 20, 2023
build: add release to nuget GitHub action
Show description for 37627ed
feO2x
committed
37627ed
View commit details
Copy full SHA for 37627ed
Browse repository at this point
build: release-on-nuget.yml supports workflow_dispatch
feO2x
committed
b1d7f3c
View commit details
Copy full SHA for b1d7f3c
Browse repository at this point
Commits on Sep 21, 2023
build: Release-to-Nuget now publishes packages
Show description for 2ade733
feO2x
committed
2ade733
View commit details
Copy full SHA for 2ade733
Browse repository at this point
build: build-and-test.yml will only execute when code or the workflow changes
Show description for e14d71f
feO2x
committed
e14d71f
View commit details
Copy full SHA for e14d71f
Browse repository at this point
Merge pull request #90 from feO2x/features/release-to-nuget
Show description for 673ae10
feO2x
authored
673ae10
View commit details
Copy full SHA for 673ae10
Browse repository at this point
Commits on Sep 22, 2023
docs: updated readme and version for 10.2.0 release
feO2x
committed
ecb245d
View commit details
Copy full SHA for ecb245d
Browse repository at this point
chore: update license year in SourceFileMerger
feO2x
committed
36dda65
View commit details
Copy full SHA for 36dda65
Browse repository at this point
chore: updated single file for 10.2.0 release
feO2x
committed
be162b1
View commit details
Copy full SHA for be162b1
Browse repository at this point
docs: light logo now uses raw.githubusercontent.com instead of the CDN to be compatible with NuGet readme
Show description for 673f79b
feO2x
committed
673f79b
View commit details
Copy full SHA for 673f79b
Browse repository at this point
You can’t perform that action at this time.