You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declaring new protected method 'String AIO.YamlDotNet.Core.TagDirectiveCollection.GetKeyForItem(TagDirective)' in sealed class is the same as declaring it as private
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.
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.
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.
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.
Possible null reference argument for parameter 'overrides' in 'AIO.YamlDotNet.Serialization.YamlAttributeOverridesInspector.OverridePropertyDescriptor.OverridePropertyDescriptor'