Skip to content

Commit 453913c

Browse files
authored
Remove Parameter from this PR
1 parent d0c9ba1 commit 453913c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

csharp/ql/lib/change-notes/2024-12-18-blazor-attribute-sources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
category: minorAnalysis
33
---
44
* Added `remote` flow source models for properties of Blazor components annotated with any of the following attributes from `Microsoft.AspNetCore.Components`:
5-
- `[Parameter]`
65
- `[SupplyParameterFromForm]`
76
- `[SupplyParameterFromQuery]`

csharp/ql/lib/ext/Microsoft.AspNetCore.Components.model.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ extensions:
55
data:
66
- ["Microsoft.AspNetCore.Components", "NavigationManager", True, "get_BaseUri", "", "", "ReturnValue", "remote", "manual"]
77
- ["Microsoft.AspNetCore.Components", "NavigationManager", True, "get_Uri", "", "", "ReturnValue", "remote", "manual"]
8-
- ["Microsoft.AspNetCore.Components", "ParameterAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
98
- ["Microsoft.AspNetCore.Components", "SupplyParameterFromFormAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
109
- ["Microsoft.AspNetCore.Components", "SupplyParameterFromQueryAttribute", False, "", "", "Attribute.Getter", "ReturnValue", "remote", "manual"]
1110
- addsTo:

0 commit comments

Comments
 (0)