Duplicate Method Definition in ScheduleData Class
There is a compilation error in the ScheduleData class due to a duplicate method definition. The error message is as follows:
CS0111: Type 'ScheduleData' already defines a member called 'GetScheduleData' with the same parameter types
Steps to Reproduce
- Build the Blazor_Server_Demos_NET9 project
- Observe that there are multiple error about ScheduleData
This ScheduleData.cs file needs to be removed, I think?
In my case, I have just changed the namespace.
@Rodien,
We have resolved the duplicate method issue on our end. You can find the pull request details below:
This update removes the redundant ScheduleData.cs file, addressing the compilation error you encountered.
This issue appears to be resolved in the latest update. Could you please confirm if everything works as expected? Closing for now, but feel free to reopen if needed.