Skip to content

Commit c0a968a

Browse files
Fix - Update Tests (#131)
* fix - failing tests * Fix line endings * use ilrepack again Co-authored-by: Glenn Watson <[email protected]>
1 parent 3f844dc commit c0a968a

File tree

447 files changed

+16822
-16800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

447 files changed

+16822
-16800
lines changed

src/.idea/.idea.Splat.DI.SourceGenerator/.idea/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/.idea/.idea.Splat.DI.SourceGenerator/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/.idea/.idea.Splat.DI.SourceGenerator/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/.idea/.idea.Splat.DI.SourceGenerator/.idea/indexLayout.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/.idea/.idea.Splat.DI.SourceGenerator/.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/.idea/.idea.Splat.DI.SourceGenerator/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<IsTestProject>$(MSBuildProjectName.Contains('Tests'))</IsTestProject>
88
<DebugType>embedded</DebugType>
99
<Authors>Glenn Watson</Authors>
10-
<Copyright>Copyright (c) 2021 ReactiveUI Association Inc</Copyright>
10+
<Copyright>Copyright (c) $([System.DateTime]::Now.ToString(yyyy)) ReactiveUI Association Inc</Copyright>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageDescription>Generates source for Splat dependency injection registrations with constructor and property injection.</PackageDescription>
1313
<Owners>glennawatson</Owners>
@@ -52,4 +52,4 @@
5252
<ItemGroup>
5353
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
5454
</ItemGroup>
55-
</Project>
55+
</Project>
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,26 @@
55
Title: Constructors must not have a circular dependency,
66
Severity: Error,
77
WarningLevel: 0,
8-
Location: : (26,36)-(26,44),
8+
Location: Unknown File: (26,36)-(26,44),
9+
Description: ,
10+
HelpLink: ,
911
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
1012
Message: Constructor parameters must not have a circular dependency to another registered resource,
11-
Category: Compiler
13+
Category: Compiler,
14+
CustomTags: []
1215
},
1316
{
1417
Id: SPLATDI005,
1518
Title: Constructors must not have a circular dependency,
1619
Severity: Error,
1720
WarningLevel: 0,
18-
Location: : (18,36)-(18,44),
21+
Location: Unknown File: (18,36)-(18,44),
22+
Description: ,
23+
HelpLink: ,
1924
MessageFormat: Constructor parameters must not have a circular dependency to another registered resource,
2025
Message: Constructor parameters must not have a circular dependency to another registered resource,
21-
Category: Compiler
26+
Category: Compiler,
27+
CustomTags: []
2228
}
2329
]
2430
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//HintName: Splat.DI.Extensions.SourceGenerated.cs
1+
//HintName: Splat.DI.g.cs
22

33
// <auto-generated />
44
namespace Splat
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//HintName: Splat.DI.Reg.g.cs
2+
3+
// <auto-generated />
4+
namespace Splat
5+
{
6+
internal static partial class SplatRegistrations
7+
{
8+
static partial void SetupIOCInternal(Splat.IDependencyResolver resolver)
9+
{
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)