Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'dev' into fixes/AutoCompleteContext
  • Loading branch information
vnbaaij authored Feb 5, 2025
commit 4fc44c15c19144f21a97ed793cdce2eec58eb040
3 changes: 1 addition & 2 deletions src/Core/Components/List/ListComponentBase.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,8 @@
}
}
}

Check warning on line 312 in src/Core/Components/List/ListComponentBase.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Test Core Lib

Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)

Check warning on line 312 in src/Core/Components/List/ListComponentBase.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Test Core Lib

Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)

Check warning on line 312 in src/Core/Components/List/ListComponentBase.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Test Core Lib

Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)

Check warning on line 312 in src/Core/Components/List/ListComponentBase.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Test Core Lib

Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)

Check warning on line 312 in src/Core/Components/List/ListComponentBase.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Deploy Demo site

Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)

Check warning on line 312 in src/Core/Components/List/ListComponentBase.razor.cs

View workflow job for this annotation

GitHub Actions / Build and Deploy Demo site

Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
if (!_hasInitializedParameters)
{

if (SelectedOptionExpression is not null)
{
FieldIdentifier = FieldIdentifier.Create(SelectedOptionExpression);
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.