Skip to content

Instantly share code, notes, and snippets.

@regisbsb
Created August 26, 2015 09:43
Show Gist options
  • Save regisbsb/421c6da86d356c0b0e16 to your computer and use it in GitHub Desktop.
Save regisbsb/421c6da86d356c0b0e16 to your computer and use it in GitHub Desktop.
Reshaper Topshelf external annotations
<?xml version="1.0" encoding="utf-8" ?>
<assembly name="Topshelf">
<member name="M:Topshelf.Logging.LogWriter.LogFormat(Topshelf.Logging.LoggingLevel,System.IFormatProvider,System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.LogFormat(Topshelf.Logging.LoggingLevel,System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.DebugFormat(System.IFormatProvider,System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.DebugFormat(System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.InfoFormat(System.IFormatProvider,System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.InfoFormat(System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.WarnFormat(System.IFormatProvider,System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.WarnFormat(System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.ErrorFormat(System.IFormatProvider,System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.ErrorFormat(System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.FatalFormat(System.IFormatProvider,System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
<member name="M:Topshelf.Logging.LogWriter.FatalFormat(System.String,System.Object[])">
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)">
<argument>format</argument>
</attribute>
</member>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment