Skip to content

Commit

Permalink
exclude from Obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
Styxxy committed Feb 13, 2019
1 parent 026fcff commit c5efc77
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@ using System.Net.Http;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
{{#UsingList}}
using {{Item}};
{{/UsingList}}
Expand Down Expand Up @@ -41,6 +42,7 @@ namespace {{Namespace}}
[ExcludeFromCodeCoverage]
[DebuggerNonUserCode]
[Preserve]
[ObfuscationAttribute(Exclude=true)]
partial class AutoGenerated{{GeneratedClassSuffix}}{{#TypeParameters}}<{{.}}>
{{/TypeParameters}} : {{InterfaceName}}{{#TypeParameters}}<{{.}}>
{{/TypeParameters}}
Expand Down

0 comments on commit c5efc77

Please sign in to comment.