Skip to content

Execute in scope with error handling #8

Execute in scope with error handling

Execute in scope with error handling #8

Triggered via push April 27, 2024 18:19
Status Success
Total duration 1m 15s
Artifacts

samples.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Yapoml.Playwright/Components/Conditions/Formatters/Difference.cs#L2084
XML comment has badly formed XML -- 'Expected an end tag for element 'Diff'.'
build: src/Yapoml.Playwright/Components/BaseComponent.Actions.cs#L6
'BaseComponent<TComponent, TConditions, TCondition>' defines operator == or operator != but does not override Object.Equals(object o)
build: src/Yapoml.Playwright/Components/BaseComponent.Actions.cs#L6
'BaseComponent<TComponent, TConditions, TCondition>' defines operator == or operator != but does not override Object.GetHashCode()
build: src/Yapoml.Playwright/Components/BaseComponent.cs#L63
'BaseComponent' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/Yapoml.Playwright/Components/BaseComponent.Actions.cs#L64
'ILocator.TypeAsync(string, LocatorTypeOptions?)' is obsolete
build: src/Yapoml.Playwright/Components/BaseComponent.Actions.cs#L452
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: src/Yapoml.Playwright/Components/BaseComponent.Actions.cs#L450
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Yapoml.Playwright/Components/BaseComponentList.cs#L182
The variable 'exp' is declared but never used
build: src/Yapoml.Playwright/Components/AttributesCollection.cs#L8
Missing XML comment for publicly visible type or member 'AttributesCollection'
build: src/Yapoml.Playwright/Components/AttributesCollection.cs#L15
Missing XML comment for publicly visible type or member 'AttributesCollection.AttributesCollection(IElementHandler, ISpaceOptions)'