From e40f66a71090a68205b3f75f7e8e7c5a35256d6a Mon Sep 17 00:00:00 2001 From: snehakPV Date: Wed, 13 Aug 2025 11:43:52 +0530 Subject: [PATCH] Updated the read me file --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55f36a9..0dc74b3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This section explains how to create a Effects View and configure it. The control ### Adding a SfEffectsView control -Step 1: Add the NuGet to the project as discussed in theĀ above reference section. +Step 1: Add the NuGet to the project as discussed in the above reference section. Step 2: Add the namespace as shown in the following code sample. @@ -51,3 +51,16 @@ namespace EffectsViewMauiSample } ``` + +## Requirements to run the demo + +To run the demo, refer to [System Requirements for .NET MAUI](https://help.syncfusion.com/maui/system-requirements) + +## Troubleshooting: +### Path too long exception + +If you are facing path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project. + +## License + +Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion's samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion's samples. \ No newline at end of file