issues
search
nlkl
/
Optional
A robust option type for C#
MIT License
903
stars
73
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
GitHub automation
#84
pepelev
closed
1 year ago
0
README does not mention Optional.Collections
#83
mbrezu
opened
1 year ago
0
Migrate from Optional to the build-in c# Nullable Reference Types
#82
PawKanarek
closed
2 years ago
2
Fixed a typo in the README
#81
ghost
closed
2 years ago
0
New Map Method to transform Value and Exception
#80
Clindbergh
opened
2 years ago
0
Map Exception and inner value
#79
Clindbergh
opened
2 years ago
2
How can I convert an int? to Option.Some<uint>?
#78
redundancer
opened
3 years ago
1
Is there a reccomended alternative since this project has not been updated since 2018?
#77
jasikpark
opened
3 years ago
9
Missing Licence in NuGet package
#76
aPlacuzzi
opened
3 years ago
0
Should exists implicit operator between T and Option<T>?
#75
honzakuzel1989
closed
4 years ago
2
add Filter method which returns exception based on the unmatched value
#74
OlegKleyman
opened
4 years ago
1
Match for async lambda doesn't return awaiter and isn't awaited
#73
jmrnilsson
opened
4 years ago
4
Should Optional implement IConvertable?
#72
dresswithpockets
opened
5 years ago
2
Option code optimizer
#71
declard
opened
5 years ago
1
Add implicit casts from a value to Option types
#70
declard
closed
5 years ago
1
Add exception based Filter
#69
wldevries
opened
5 years ago
1
Nuget package automatically rolled back in VS2019
#68
jmrnilsson
closed
5 years ago
2
Richer Some / None models
#67
silkfire
closed
5 years ago
0
Port nuget to .NET core
#66
dzmitry-lahoda
opened
5 years ago
2
Mark Map and FlatMap as Obsolete and rename to F# variants (not Scala)
#65
dzmitry-lahoda
closed
5 years ago
1
Mark Option struct as readonly
#64
dzmitry-lahoda
closed
5 years ago
2
OptionTaskExtensions to work with ValueTask
#63
dzmitry-lahoda
opened
5 years ago
1
New async extensions
#62
dnikolovv
opened
5 years ago
7
IsNoneOr(predicate)
#61
julienroubieu
opened
5 years ago
2
Add Combine function to maybe type.
#60
lbragaglia
closed
4 years ago
2
Combine / Merge Options
#59
rhaly
closed
5 years ago
3
Extended the SomeWhen and NoneWhen functionality.
#58
dnikolovv
closed
5 years ago
2
ValueOrFailure with specified exception.
#57
shtse8
closed
5 years ago
3
JSON Serialization please
#56
dgreene1
closed
6 years ago
6
Functor, Applicative and Monad Extensions?
#55
leandromoh
closed
5 years ago
4
Make build script work out of the box
#54
mario-d-s
opened
6 years ago
1
Implicit conversions between T / null and Option<T>
#53
mario-d-s
closed
6 years ago
2
Added more convenient way to construct a None option without having to …
#52
EamonHetherton
closed
5 years ago
3
Include short changelog in release notes
#51
wldevries
closed
6 years ago
2
Either verbosity
#50
savpek
opened
6 years ago
0
ToOption()
#49
slimshader
closed
5 years ago
2
Publish version 4 on NuGet
#48
nzbart
closed
6 years ago
2
Allow access to Exception member
#47
avilv
opened
6 years ago
1
Puzzling case regarding Match
#46
dodyg
closed
6 years ago
1
Optional.Collection nuget package v.1.1.0 misses Values and Exceptions extension methods
#45
manuel-ornato
closed
6 years ago
2
Async map & bind
#44
nojaf
opened
6 years ago
23
ValueOrFailure with custom exception
#43
vicmosin
closed
6 years ago
2
Usafe method to turn Option<T, TException> to Option<T> while throwing TException
#42
Euphoric
closed
6 years ago
1
SingleOrNone should throw and exception when more than one item is present in collection
#41
Euphoric
closed
5 years ago
4
Initial guard functionality.
#40
kuskmen
closed
5 years ago
3
Integrate Trasvis CI into the project
#39
kuskmen
closed
5 years ago
1
Covariance in Either
#38
punmechanic
closed
6 years ago
2
Choose for sequences via maybe or either
#37
atifaziz
closed
7 years ago
5
Transforming IEnumerable<Option<T>> to IEnumerable<T>
#36
punmechanic
closed
7 years ago
2
Fix a misspelling
#35
awesley
closed
7 years ago
2
Next