Skip to content

changed "repeat until" loop to "repeat times" #27

changed "repeat until" loop to "repeat times"

changed "repeat until" loop to "repeat times" #27

Triggered via push November 25, 2023 16:31
Status Success
Total duration 1m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: SimpleExecutor/ViewLocator.cs#L23
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build: SimpleExecutor/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build: SimpleExecutor/Models/ExpressionSyntaxColorizer.cs#L29
The variable 'e' is declared but never used
build: SimpleExecutor/ViewLocator.cs#L23
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build: SimpleExecutor/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build: SimpleExecutor/Models/ExpressionSyntaxColorizer.cs#L29
The variable 'e' is declared but never used