File tree
345 files changed
+3412
-513
lines changed- src/Compiler/Microsoft.AspNetCore.Razor.Language/test
- IntegrationTests
- TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest
- AddAttribute_ImplicitBooleanConversion
- AddAttribute_ImplicitStringConversion_Bind
- AddAttribute_ImplicitStringConversion_CustomEvent
- AddAttribute_ImplicitStringConversion_TypeInference
- BindToComponent_EventCallback_SpecifiesValueAndExpression_Generic
- BindToComponent_EventCallback_SpecifiesValueAndExpression_NestedGeneric
- BindToComponent_EventCallback_SpecifiesValueAndExpression
- BindToComponent_EventCallback_SpecifiesValue_WithMatchingProperties
- BindToComponent_EventCallback_TypeChecked_WithMatchingProperties
- BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties
- BindToComponent_SpecifiesValueAndExpression_Generic
- BindToComponent_SpecifiesValueAndExpression
- BindToComponent_SpecifiesValue_WithMatchingProperties
- BindToComponent_TypeChecked_WithMatchingProperties
- BindToComponent_WithAfter_ActionLambda
- BindToComponent_WithAfter_Action
- BindToComponent_WithAfter_AsyncLambdaProducesError
- BindToComponent_WithAfter_EventCallback_ReceivesAction
- BindToComponent_WithAfter_EventCallback_ReceivesFunction
- BindToComponent_WithAfter_EventCallback
- BindToComponent_WithAfter_TaskReturningDelegate
- BindToComponent_WithAfter_TaskReturningLambda
- BindToComponent_WithGetSet_ActionLambda
- BindToComponent_WithGetSet_Action
- BindToComponent_WithGetSet_EventCallback_ReceivesAction
- BindToComponent_WithGetSet_EventCallback_ReceivesFunction
- BindToComponent_WithGetSet_EventCallback
- BindToComponent_WithGetSet_ProducesErrorOnOlderLanguageVersions
- BindToComponent_WithGetSet_TaskReturningDelegate
- BindToComponent_WithGetSet_TaskReturningLambda
- BindToComponent_WithStringAttribute_DoesNotUseStringSyntax
- BindToGenericComponent_ExplicitType_WithAfter_Action
- BindToGenericComponent_ExplicitType_WithGetSet_Action
- BindToGenericComponent_ExplicitType_WithGetSet_EventCallback
- BindToGenericComponent_ExplicitType_WithGetSet_Function
- BindToGenericComponent_InferredType_WithAfter_Action
- BindToGenericComponent_InferredType_WithGetSet_Action
- BindToGenericComponent_InferredType_WithGetSet_EventCallback
- BindToGenericComponent_InferredType_WithGetSet_Function
- BodyAndAttributeChildContent
- BodyAndExplicitChildContent
- CascadingGenericInference_CombiningMultipleAncestors
- CascadingGenericInference_ExplicitOverride
- CascadingGenericInference_Explicit
- CascadingGenericInference_GenericArgumentNested_Dictionary_02
- CascadingGenericInference_GenericArgumentNested_Dictionary_03
- CascadingGenericInference_GenericArgumentNested_Dictionary_Dynamic
- CascadingGenericInference_GenericArgumentNested_Dictionary
- CascadingGenericInference_GenericArgumentNested
- CascadingGenericInference_GenericChildContent
- CascadingGenericInference_GenericLambda
- CascadingGenericInference_Inferred_MultipleConstraints_ClassesAndInterfaces
- CascadingGenericInference_Inferred_MultipleConstraints_GenericClassConstraints
- CascadingGenericInference_Inferred_MultipleConstraints
- CascadingGenericInference_Inferred_WithConstraints
- CascadingGenericInference_Multilayer
- CascadingGenericInference_MultipleTypes
- CascadingGenericInference_NotCascaded_CreatesError
- CascadingGenericInference_NotCascaded_Explicit
- CascadingGenericInference_NotCascaded_Inferred
- CascadingGenericInference_Override_Multilayer
- CascadingGenericInference_Override
- CascadingGenericInference_ParameterInNamespace
- CascadingGenericInference_Partial_CreatesError
- CascadingGenericInference_Tuple
- CascadingGenericInference_WithSplatAndKey
- ChildComponent_AtSpecifiedInRazorFileForTypeParameter
- ChildComponent_GenericBindWeaklyTyped_TypeInference
- ChildComponent_GenericBind_TypeInference
- ChildComponent_GenericBind
- ChildComponent_GenericChildContent_TypeInference
- ChildComponent_GenericChildContent
- ChildComponent_GenericWeaklyTypedAttribute_TypeInference
- ChildComponent_GenericWeaklyTypedAttribute
- ChildComponent_Generic_TypeInference_Multiple
- ChildComponent_Generic_TypeInference
- ChildComponent_Generic
- ChildComponent_MultipleGenerics_TypeInference
- ChildComponent_MultipleGenerics
- ChildComponent_NonGenericParameterizedChildContent_TypeInference
- ChildComponent_WithChildContent
- ChildComponent_WithExplicitEventHandler
- ChildComponent_WithExplicitStringParameter
- ChildComponent_WithGenericChildContent_SetsParameterNameOnComponent
- ChildComponent_WithGenericChildContent_SetsParameterName
- ChildComponent_WithGenericChildContent
- ChildComponent_WithLambdaEventHandler
- ChildComponent_WithParameters
- ComponentParameter_TypeMismatch_ReportsDiagnostic
- ComponentWithBooleanParameter_Minimized
- ComponentWithBooleanParameter
- ComponentWithConstrainedTypeParameters_WithSemicolon
- ComponentWithConstrainedTypeParameters
- ComponentWithDecimalParameter
- ComponentWithDynamicParameter
- ComponentWithTupleParameter
- ComponentWithTypeParameterArray
- ComponentWithTypeParameterValueTupleGloballyQualifiedTypes
- ComponentWithTypeParameterValueTuple_ExplicitGenericArguments
- ComponentWithTypeParameterValueTuple
- Component_ComplexContentInAttribute_02
- Component_ComplexContentInAttribute_03
- Component_ComplexContentInAttribute
- Component_MatchingIsCaseSensitive
- Component_MultipleComponentsDifferByCase
- Component_WithEditorRequiredParameter_ValueSpecifiedUsingBind
- Component_WithEditorRequiredParameter_ValueSpecified
- Component_WithEscapedParameterName
- Component_WithInitOnlyParameter
- Component_WithNamespaceDirective
- Component_WithNullableActionParameter
- Component_WithNullableRenderFragmentParameter
- Component_WithRef_Nullable_Generic
- Component_WithSplat_GenericTypeInference
- Component_WithWriteOnlyParameter
- DuplicateComponentParameters_IsAnError_BindMessageChanged
- DuplicateComponentParameters_IsAnError_BindMessageExpression
- DuplicateComponentParameters_IsAnError_BindMessage
- DuplicateComponentParameters_IsAnError_Multiple
- DuplicateComponentParameters_IsAnError
- EventCallbackOfT_Array
- EventCallbackOfT_GenericComponent_ExplicitType_MethodGroup
- EventCallbackOfT_GenericComponent_ExplicitType
- EventCallbackOfT_GenericComponent_MissingTypeParameterBinding_01
- EventCallback_CanPassEventCallbackOfT_Explicitly
- EventCallback_CanPassEventCallbackOfT_Implicitly_ActionOfT
- EventCallback_CanPassEventCallbackOfT_Implicitly_Action
- EventCallback_CanPassEventCallbackOfT_Implicitly_FuncOfTTask
- EventCallback_CanPassEventCallbackOfT_Implicitly_FuncOfTask
- EventCallback_CanPassEventCallbackOfT_Implicitly_TypeMismatch
- EventCallback_CanPassEventCallback_Explicitly
- EventCallback_CanPassEventCallback_Implicitly_ActionOfObject
- EventCallback_CanPassEventCallback_Implicitly_Action
- EventCallback_CanPassEventCallback_Implicitly_FuncOfTask
- EventCallback_CanPassEventCallback_Implicitly_FuncOfobjectTask
- FormName_Component_Generic_RazorLangVersion7
- FormName_Component_Generic
- GenericBindToGenericComponent_ExplicitType_WithGetSet_Action
- GenericBindToGenericComponent_ExplicitType_WithGetSet_EventCallback
- GenericBindToGenericComponent_ExplicitType_WithGetSet_Function
- GenericComponentBindToGenericComponent_ExplicitType_WithAfter_Action
- GenericComponentBindToGenericComponent_InferredType_WithAfter_Action
- GenericComponentBindToGenericComponent_InferredType_WithGetSet_Action
- GenericComponentBindToGenericComponent_InferredType_WithGetSet_EventCallback
- GenericComponentBindToGenericComponent_InferredType_WithGetSet_Function
- GenericComponent_GenericEventCallbackWithGenericTypeParameter_NestedTypeExplicit
- GenericComponent_GenericEventCallbackWithGenericTypeParameter_NestedTypeInference
- GenericComponent_GenericEventCallbackWithGenericTypeParameter_TypeInference
- GenericComponent_GenericEventCallbackWithNestedGenericTypeParameter_TypeInference
- GenericComponent_GenericEventCallback_TypeInference
- GenericComponent_NestedGenericEventCallback_TypeInference
- GenericComponent_NonGenericEventCallback_TypeInference
- GenericComponent_NonGenericParameter_TypeInference
- GenericComponent_NonPrimitiveTypeRenderFragment
- GenericComponent_NonPrimitiveType
- GenericComponent_TypeParameterOrdering
- GenericComponent_UnmanagedConstraint
- GenericComponent_WithComponentRef_CreatesDiagnostic
- GenericComponent_WithComponentRef_TypeInference_CreatesDiagnostic
- GenericComponent_WithFullyQualifiedTagName
- GenericComponent_WithKey_TypeInference
- GenericComponent_WithKey
- NonGenericComponent_WithGenericEventHandler
- RazorTemplate_AsComponentParameter_MixedContent
- RazorTemplate_ContainsComponent
- RazorTemplate_FollowedByComponent
- RazorTemplate_Generic_AsComponentParameter
- Regression_772
- Regression_773
- RenderMode_Attribute_With_Existing_Attributes
- RenderMode_With_TypeInference
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
345 files changed
+3412
-513
lines changedLines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1797 | 1797 |
| |
1798 | 1798 |
| |
1799 | 1799 |
| |
1800 |
| - | |
| 1800 | + | |
1801 | 1801 |
| |
1802 |
| - | |
| 1802 | + | |
1803 | 1803 |
| |
1804 | 1804 |
| |
1805 | 1805 |
| |
| |||
1876 | 1876 |
| |
1877 | 1877 |
| |
1878 | 1878 |
| |
1879 |
| - | |
| 1879 | + | |
1880 | 1880 |
| |
1881 |
| - | |
| 1881 | + | |
1882 | 1882 |
| |
1883 | 1883 |
| |
1884 | 1884 |
| |
| |||
2083 | 2083 |
| |
2084 | 2084 |
| |
2085 | 2085 |
| |
2086 |
| - | |
| 2086 | + | |
2087 | 2087 |
| |
2088 |
| - | |
2089 |
| - | |
| 2088 | + | |
| 2089 | + | |
2090 | 2090 |
| |
2091 |
| - | |
| 2091 | + | |
2092 | 2092 |
| |
2093 | 2093 |
| |
2094 | 2094 |
| |
| |||
10364 | 10364 |
| |
10365 | 10365 |
| |
10366 | 10366 |
| |
10367 |
| - | |
| 10367 | + | |
10368 | 10368 |
| |
10369 |
| - | |
| 10369 | + | |
10370 | 10370 |
| |
10371 | 10371 |
| |
10372 | 10372 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
60 | 76 |
| |
61 | 77 |
| |
62 | 78 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
79 | 119 |
| |
80 | 120 |
| |
81 | 121 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
88 | 136 |
| |
89 | 137 |
| |
90 | 138 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
79 | 119 |
| |
80 | 120 |
| |
81 | 121 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 |
| |
23 | 31 |
| |
24 | 32 |
| |
|
0 commit comments