Skip to content

Fix AddQuery

Fix AddQuery #52

Triggered via push May 2, 2024 05:19
Status Success
Total duration 55s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

27 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: ArcaneLibs/Collections/ObservableDictionary.cs#L19
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L9
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L14
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L29
Possible null reference assignment.
build: ArcaneLibs/Extensions/ObjectExtensions.cs#L51
Dereference of a possibly null reference.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L19
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L9
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L14
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L29
Possible null reference assignment.
build: ArcaneLibs/Extensions/ObjectExtensions.cs#L51
Dereference of a possibly null reference.
build: ArcaneLibs.Blazor.Components/TimelineGraph.razor#L46
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: ArcaneLibs.Blazor.Components/TimelineGraph.razor#L18
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L19
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L9
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L14
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L19
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L9
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L14
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: ArcaneLibs/Collections/ObservableDictionary.cs#L29
Possible null reference assignment.
build: ArcaneLibs/Extensions/ObjectExtensions.cs#L51
Dereference of a possibly null reference.
build: ArcaneLibs/Collections/AutoPopulatingDictionary.cs#L20
'T' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in 'System.Activator.CreateInstance<T>()'. The generic parameter 'T2' of 'ArcaneLibs.Collections.AutoPopulatingDictionary<T1, T2>' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: ArcaneLibs/ClassCollector.cs#L17
Using member 'System.Reflection.Assembly.GetReferencedAssemblies()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Assembly references might be removed.
build: ArcaneLibs/ClassCollector.cs#L21
Using member 'System.Reflection.Assembly.GetTypes()' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types might be removed.
build: ArcaneLibs/FileUtils.cs#L15
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build: ArcaneLibs/Extensions/ObjectExtensions.cs#L23
Using member 'System.Text.Json.JsonSerializer.Serialize(Object, Type, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.