Skip to content

Add #a filter, fix tags bug in UI #69

Add #a filter, fix tags bug in UI

Add #a filter, fix tags bug in UI #69

Triggered via push June 21, 2023 20:20
Status Success
Total duration 2m 11s
Artifacts

gh-pages.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build: apps/nostr-debug/NostrDebug.Web/Relay/RelayConnection.cs#L55
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: apps/nostr-debug/NostrDebug.Web/Events/NostrKindSelect.razor#L67
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: apps/nostr-debug/NostrDebug.Web/Events/NostrEventTable.razor#L20
Dereference of a possibly null reference.
build: apps/nostr-debug/NostrDebug.Web/Events/NostrEventTable.razor#L23
Dereference of a possibly null reference.
build: apps/nostr-debug/NostrDebug.Web/Events/NostrFilterEdit.razor#L205
The variable 'e' is declared but never used
build: apps/nostr-debug/NostrDebug.Web/Events/NostrFilterEdit.razor#L64
The field 'NostrFilterEdit._isWaitingForData' is never used
build: apps/nostr-debug/NostrDebug.Web/Components/RelaySelector.razor#L47
Component parameter 'NostrDebug.Web.Components.RelaySelector.Relay' should be auto property