MrDave1999 / SimpleResults

A simple library to implement the Result pattern for returning from services
https://mrdave1999.github.io/SimpleResults
MIT License
103 stars 2 forks source link

refactor: Assign an empty `IEnumerable<T>` to the Result.Data property #28

Closed MrDave1999 closed 10 months ago

MrDave1999 commented 10 months ago

This avoids a possible NullReferenceException when accessing the Data property of Result object.