We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b44045 commit 4e89cc1Copy full SHA for 4e89cc1
.editorconfig
@@ -0,0 +1,6 @@
1
+; 4-column tab indentation
2
+[*.cs]
3
+indent_style = tab
4
+indent_size = 4
5
+tab_width = 4
6
+
_Src/Container/Infection/InjectAttribute.cs
@@ -1,8 +1,10 @@
using System;
+using SimpleContainer.Annotations;
namespace SimpleContainer.Infection
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
7
+ [MeansImplicitUse(ImplicitUseKindFlags.Assign)]
8
public class InjectAttribute : Attribute
9
10
}
0 commit comments