No description
Find a file
nnuuvv 6cbeb2c8fa - Rename type arguments from "T", "TE", "Tr" and "TEr" to "OK", "ERROR", "OKAFTER" and "ERRORAFTER" respectively
- Add .ConfigureAwait(false) to async await functions
- Add variant of TryCatch that takes a Func<Exception, ERROR> used to convert the exception to a known error type
2025-10-01 14:16:12 +02:00
Option update Result in option and result.swaggergen 2025-05-26 15:36:57 +02:00
Option.SwaggerGen version bump 2025-05-21 09:36:56 +02:00
Result - Rename type arguments from "T", "TE", "Tr" and "TEr" to "OK", "ERROR", "OKAFTER" and "ERRORAFTER" respectively 2025-10-01 14:16:12 +02:00
Result.SwaggerGen update Result in option and result.swaggergen 2025-05-26 15:36:57 +02:00
Tests add [JsonConverter(typeof(OptionConverterFactory))] to option and the ResultConverterFactory to Result so json encoding works without any extra configuration on the users end | add JsonTests for Option 2025-05-19 13:26:49 +02:00
LICENSE Initial commit 2025-03-19 17:08:27 +01:00
OptionAndResult.sln add Option.SwaggerGen and Result.SwaggerGen 2025-05-19 15:36:10 +02:00