Skip to content

Commit f1761f3

Browse files
committed
Added Limitations section to Readme.md file.
1 parent e135ed0 commit f1761f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ This automation template was built using the [CodeFactory SDK](https://www.nuget
2323
- Migrate over business/app logic (any *.cs files that are *not* an aspx/asax/ascx)
2424

2525
## Links to Guidance
26-
For technical explanations of each file/class/command in this Automation Template please see the [guidance](./guidance/Guidance.md) page for further information.
26+
For technical explanations of each file/class/command in this Automation Template please see the [guidance](./guidance/Guidance.md) page for further information.
27+
28+
## Known Limitations of this Automation Template
29+
- Any logic found in the source *.aspx.cs code-behind file will get ported over to a new code-behind file for the blazor component, but in a commented-out format. This code will need to be manually edited to ensure that is complies with the Blazor framework.
30+
- Any business logic classes, `*.cs`, files that get moved over from the bulk migration option will *not* be modified beyond setting the new namespaces for the Target Blazor app. Please review the code to make certain that all dependencies and/or namespaces are valid.

0 commit comments

Comments
 (0)