Skip to content

start writing some docs! #3

start writing some docs!

start writing some docs! #3

Triggered via push January 25, 2024 06:02
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: option/Option.cs#L6
Missing XML comment for publicly visible type or member 'Option<T>.implicit operator Option<T>(Task<NoneT>)'
build: option/Option.cs#L8
Missing XML comment for publicly visible type or member 'Option<T>.ToString()'
build: option/Option.cs#L48
Missing XML comment for publicly visible type or member 'Some<T>.Some(T)'
build: option/Option.cs#L50
Missing XML comment for publicly visible type or member 'Some<T>.AsSpan()'
build: option/Option.cs#L52
Missing XML comment for publicly visible type or member 'Some<T>.Expect(string)'
build: option/Option.cs#L54
Missing XML comment for publicly visible type or member 'Some<T>.IsNone()'
build: option/Option.cs#L56
Missing XML comment for publicly visible type or member 'Some<T>.IsSome()'
build: option/Option.cs#L58
Missing XML comment for publicly visible type or member 'Some<T>.IsSomeAnd(Func<T, bool>)'
build: option/Option.cs#L60
Missing XML comment for publicly visible type or member 'Some<T>.Unwrap()'
build: option/Option.cs#L62
Missing XML comment for publicly visible type or member 'Some<T>.UnwrapOr(T)'