We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've an issue with Tapper:
System.InvalidOperationException: HypeProxy.SharedModels.Constants.SeverityLevels is not supported.
I currently use a type that is in a NuGet library, but the class contain the Tapper attribute.
// Decompiled with JetBrains decompiler // Type: HypeProxy.SharedModels.Constants.SeverityLevels // Assembly: SharedModels, Version=3.1.5.0, Culture=neutral, PublicKeyToken=null // MVID: 8C1328F9-688D-4BD3-AF99-4D9E62E5712D // Assembly location: /Users/me/.nuget/packages/hypeproxy-shared-models/3.1.5/lib/net8.0/SharedModels.dll using System.Text.Json.Serialization; using Tapper; #nullable disable namespace HypeProxy.SharedModels.Constants { [TranspilationSource] [JsonConverter(typeof (JsonStringEnumConverter))] public enum SeverityLevels { Trace, Information, Warning, Error, } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've an issue with Tapper:
I currently use a type that is in a NuGet library, but the class contain the Tapper attribute.
The text was updated successfully, but these errors were encountered: