File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
DecoratorGenerator.UnitTests Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ public async Task OneInterface() {
3030 AdditionalReferences =
3131 {
3232 implementationAssembly ,
33+ GetAssembly ( "TestLibrary" )
3334 } ,
3435 Sources = { source } ,
3536 GeneratedSources =
@@ -52,6 +53,7 @@ public async Task OneInterface_Properties() {
5253 AdditionalReferences =
5354 {
5455 implementationAssembly ,
56+ GetAssembly ( "TestLibrary" )
5557 } ,
5658 Sources = { source } ,
5759 GeneratedSources =
@@ -97,6 +99,7 @@ public async Task OneInterface_NestedNamespace() {
9799 AdditionalReferences =
98100 {
99101 implementationAssembly ,
102+ GetAssembly ( "TestLibrary" )
100103 } ,
101104 Sources = { source } ,
102105 GeneratedSources =
@@ -122,6 +125,7 @@ public async Task TwoInterfaces() {
122125 AdditionalReferences =
123126 {
124127 implementationAssembly ,
128+ GetAssembly ( "TestLibrary" )
125129 } ,
126130 Sources = { sourceOne , sourceTwo } ,
127131 GeneratedSources =
@@ -147,6 +151,7 @@ public async Task WrapperList() {
147151 AdditionalReferences =
148152 {
149153 implementationAssembly ,
154+ GetAssembly ( "TestLibrary" ) ,
150155 Assembly . GetAssembly ( typeof ( DynamoDBContext ) ) ,
151156 } ,
152157 Sources = { wrapperList , source } ,
You can’t perform that action at this time.
0 commit comments