Open
Description
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