Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: yevhen/sharp.assert

Tags

v1.4.1

Toggle v1.4.1's commit message
Add new logo

v1.4.0

Toggle v1.4.0's commit message
Evaluate all operands in logical AND

- Evaluate both operands of & (expectations) and && (booleans) even when
the left operand fails. This shows all failures at once instead of
stopping at the first one, similar to FluentAssertions' AssertionScope.

- Rendering now reports "Both operands were false" when applicable.

v1.3.0

Toggle v1.3.0's commit message
Update migration doc with proximity assertion syntax

v1.2.0

Toggle v1.2.0's commit message
Document string patterns, collection ordering/uniqueness, and object …

…equivalency

v1.1.0

Toggle v1.1.0's commit message
Tidy up CONSTITUTION.md

v1.0.6

Toggle v1.0.6's commit message
Fix(build): Correct MSBuild targets for cross-platform compatibility

v1.0.5

Toggle v1.0.5's commit message
Add project brief

v1.0.4

Toggle v1.0.4's commit message
Fix MSBuild targets to preserve unprocessed source files

The previous implementation removed ALL source files from compilation
and only included rewritten files. This broke namespace resolution for
types in files without Assert() calls (like PipeMock).

This fix:
- Only removes files that were actually rewritten
- Includes both rewritten files AND unprocessed source files
- Preserves the complete compilation context

Fixes namespace resolution errors like:
CS0103: The name 'PipeMock' does not exist in the current context

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v1.0.3

Toggle v1.0.3's commit message
Fix project paths

v1.0.0

Toggle v1.0.0's commit message
Fix publish flow for new package structure

Morty Proxy This is a proxified and sanitized view of the page, visit original site.