Merge branch 'main' of https://github.com/Aurumaker72/RsrcUtilities #51
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/setup-nuget@v1.0.5, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
RsrcCore/Extensions/ObjectExtensions.cs#L60
Cannot convert null literal to non-nullable reference type.
|
RsrcCore/TreeNode.cs#L37
Dereference of a possibly null reference.
|
RsrcCore/Controls/Dialog.cs#L62
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
RsrcCore/TreeNode.cs#L73
Possible null reference return.
|
RsrcCore/Extensions/ObjectExtensions.cs#L23
Possible null reference return.
|
RsrcCore/Extensions/ObjectExtensions.cs#L27
Possible null reference return.
|
RsrcCore/Extensions/ObjectExtensions.cs#L32
Possible null reference argument for parameter 'type' in 'bool ObjectExtensions.IsPrimitive(Type type)'.
|
RsrcCore/Extensions/ObjectExtensions.cs#L34
Converting null literal or possible null value to non-nullable type.
|
RsrcCore/Extensions/ObjectExtensions.cs#L35
Possible null reference argument for parameter 'array' in 'void ArrayExtensions.ForEach(Array array, Action<Array, int[]> action)'.
|
RsrcCore/Extensions/ObjectExtensions.cs#L36
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading