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.
[feature] Add has: filtering syntax and migrate actions filter #243
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
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
[feature] Add has: filtering syntax and migrate actions filter #243
Changes from all commits
76e8508c97891f234d2c05953f0596ade91496c586d6c20a88a0b6bbfca61b8File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Check warning on line 40 in src/ByteSync.Client/Business/Filtering/Evaluators/ExpressionEvaluatorFactory.cs
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance
Check warning on line 19 in src/ByteSync.Client/Business/Filtering/Evaluators/HasExpressionEvaluator.cs
Member 'EvaluateAccessIssue' does not access instance data and can be marked as static
Check warning on line 19 in src/ByteSync.Client/Business/Filtering/Evaluators/HasExpressionEvaluator.cs
Make 'EvaluateAccessIssue' a static method.
Check warning on line 24 in src/ByteSync.Client/Business/Filtering/Evaluators/HasExpressionEvaluator.cs
Member 'EvaluateComputationError' does not access instance data and can be marked as static
Check warning on line 24 in src/ByteSync.Client/Business/Filtering/Evaluators/HasExpressionEvaluator.cs
Make 'EvaluateComputationError' a static method.
Check warning on line 29 in src/ByteSync.Client/Business/Filtering/Evaluators/HasExpressionEvaluator.cs
Make 'EvaluateSyncError' a static method.
Check warning on line 29 in src/ByteSync.Client/Business/Filtering/Evaluators/HasExpressionEvaluator.cs
Member 'EvaluateSyncError' does not access instance data and can be marked as static
Check warning on line 53 in src/ByteSync.Client/Business/Filtering/Parsing/FilterParser.cs
Member 'IsComplexExpression' does not access instance data and can be marked as static
Check warning on line 56 in src/ByteSync.Client/Business/Filtering/Parsing/FilterParser.cs
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array
Check warning on line 95 in src/ByteSync.Client/Business/Filtering/Parsing/FilterParser.cs
Member 'CreateTextSearchExpression' does not access instance data and can be marked as static
Check warning on line 97 in src/ByteSync.Client/Business/Filtering/Parsing/FilterParser.cs
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array
Check warning on line 534 in src/ByteSync.Client/Business/Filtering/Parsing/FilterParser.cs
Use a StringBuilder instead.
Check warning on line 46 in src/ByteSync.Client/Business/Filtering/Parsing/Identifiers.cs
Converting null literal or possible null value to non-nullable type.
Check warning on line 47 in src/ByteSync.Client/Business/Filtering/Parsing/Identifiers.cs
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
Check warning on line 64 in tests/ByteSync.Client.IntegrationTests/Business/Filtering/BaseTestFiltering.cs
Member 'CreateBasicComparisonItem' does not access instance data and can be marked as static
Check warning on line 71 in tests/ByteSync.Client.IntegrationTests/Business/Filtering/BaseTestFiltering.cs
Member 'CreateFileDescription' does not access instance data and can be marked as static
Check warning on line 100 in tests/ByteSync.Client.IntegrationTests/Business/Filtering/BaseTestFiltering.cs
Member 'CreateDirectoryDescription' does not access instance data and can be marked as static
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.