You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

GlobalSuppressions.cs 814 B

123456789101112
  1. // This file is used by Code Analysis to maintain SuppressMessage
  2. // attributes that are applied to this project.
  3. // Project-level suppressions either have no target or are given
  4. // a specific target and scoped to a namespace, type, member, etc.
  5. using System.Diagnostics.CodeAnalysis;
  6. [assembly: SuppressMessage("Interoperability", "CA1401:P/Invokes should not be visible", Justification = "LLamaSharp intentionally exports the native llama.cpp API")]
  7. [assembly: SuppressMessage("Style", "IDE0070:Use 'System.HashCode'", Justification = "Not compatible with netstandard2.0")]
  8. [assembly: SuppressMessage("Interoperability", "SYSLIB1054:Use 'LibraryImportAttribute' instead of 'DllImportAttribute' to generate P/Invoke marshalling code at compile time", Justification = "Not compatible with netstandard2.0")]