Skip to content

Commit

Permalink
Adds TTE as a generic type marker for enumerations
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Aug 22, 2024
1 parent 2ced2fb commit 96f26d9
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 799 deletions.
2 changes: 1 addition & 1 deletion src/Pure.DI.Core/Components/Api.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ internal enum Hint
/// </code>
/// </example>
/// </summary>
[global::System.AttributeUsage(global::System.AttributeTargets.Class | global::System.AttributeTargets.Interface | global::System.AttributeTargets.Struct)]
[global::System.AttributeUsage(global::System.AttributeTargets.Class | global::System.AttributeTargets.Interface | global::System.AttributeTargets.Struct | global::System.AttributeTargets.Enum)]
#if !NET20 && !NET35 && !NETSTANDARD1_0 && !NETSTANDARD1_1 && !NETSTANDARD1_2 && !NETSTANDARD1_3 && !NETSTANDARD1_4 && !NETSTANDARD1_5 && !NETSTANDARD1_6 && !NETCOREAPP1_0 && !NETCOREAPP1_1
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
#endif
Expand Down
Loading

0 comments on commit 96f26d9

Please sign in to comment.