Xavier
Xavier
Thanks for filing an issue with us! Below are some guidelines when filing an issue. In general, the more detail the better! Feature Requests: - What issue are you trying...
Q4 07 Build order.
Right-clicking any xunit unit test and clicking "Profile Test" gives error "Illegal characters in path." Visual Studio 2017 (15.3.5) You can try any xunit tests even the ones on https://github.com/xavierjohn/super-funicular
How do we used it with stored proc that has multiple result sets? As mentioned in https://msdn.microsoft.com/en-us/data/jj691402.aspx Thanks.
Added an Error object and an ErrorList object. ErrorList can combine Error objects. I had to drop net40;net45; since I could not find the developer pack to build those unsupported...
It is normal for domain entity class to not have an Id so making Id public exposes a property that makes no sense to the domain. Example. StudentNumber is the...
Shouldn't Maybe take T? vs T If null check is enabled, these types give warning. `public static Maybe From(T obj)` I think it should be `public static Maybe From(T? obj)`
Today we have Result.cs ResultT.cs ResultTE.cs To write something like ResultE.cs does not make sense since it will confuse the compiler. If there was an empty NoContent class, then we...
Is it possible chain if there are different types of failure? example: ``` public ActionResult Get(UserFilter filter, CancellationToken cancellationToken) { var result = filter.Validate(); if (result.IsFailure) { return BadRequest(result.Error); }...
Please use MTI License just like ffaker. Thanks https://github.com/ffaker/ffaker/blob/master/LICENSE