|
121 | 121 | <value>Unable to resolve route pattern</value>
|
122 | 122 | </data>
|
123 | 123 | <data name="UnableToResolveRoutePattern_Message" xml:space="preserve">
|
124 |
| - <value>Unable to statically resolve route pattern for endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime.</value> |
| 124 | + <value>Unable to statically resolve route pattern for endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aot-known-issues</value> |
125 | 125 | </data>
|
126 | 126 | <data name="UnableToResolveMethod_Title" xml:space="preserve">
|
127 | 127 | <value>Unable to resolve endpoint handler</value>
|
128 | 128 | </data>
|
129 | 129 | <data name="UnableToResolveMethod_Message" xml:space="preserve">
|
130 |
| - <value>Unable to statically resolve endpoint handler method. Only method groups, lambda expressions or readonly fields/variables are allowed. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime.</value> |
| 130 | + <value>Unable to statically resolve endpoint handler method. Only method groups, lambda expressions or readonly fields/variables are allowed. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see aka.ms/aot-known-issues</value> |
131 | 131 | </data>
|
132 | 132 | <data name="UnableToResolveParameter_Message" xml:space="preserve">
|
133 |
| - <value>Unable to statically resolve parameter named '{0}' for endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime.</value> |
| 133 | + <value>Unable to statically resolve parameter named '{0}' for endpoint. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aot-known-issues</value> |
134 | 134 | </data>
|
135 | 135 | <data name="UnableToResolveParameter_Title" xml:space="preserve">
|
136 | 136 | <value>Unable to resolve parameter</value>
|
137 | 137 | </data>
|
138 | 138 | <data name="UnableToResolveAnonymousReturnType_Message" xml:space="preserve">
|
139 |
| - <value>Unable to resolve anonymous return type. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime.</value> |
| 139 | + <value>Unable to resolve anonymous return type. Compile-time endpoint generation will skip this endpoint and the endpoint will be generated at runtime. For more information, please see https://aka.ms/aot-known-issues</value> |
140 | 140 | </data>
|
141 | 141 | <data name="UnableToResolveAnonymousReturnType_Title" xml:space="preserve">
|
142 | 142 | <value>Unable to resolve anonymous type</value>
|
|
0 commit comments