Abdulwaisa Al Nuaimi

Results 5 comments of Abdulwaisa Al Nuaimi

3promise-controller.ts:30 Uncaught (in promise) Error: Runtime module already loaded how can fix this ?

eading data.json Unhandled exception. System.IO.FileNotFoundException: Could not find file 'F:\My University\Level Two\C# File\json\json\bin\Debug\net5.0\data.json'. File name: 'F:\My University\Level Two\C# File\json\json\bin\Debug\net5.0\data.json' at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle) at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options) at...

The idea is really good, and the changes you've made are clear. However, I noticed that you're using `ErrorOr` in the parameters of the `AppendErrors` method. It would be better...

Thanks for the explanation! I see your point about wanting to combine different types of ErrorOr instances into one call. You're right that in many cases, the types of the...