File tree Expand file tree Collapse file tree 8 files changed +39
-106
lines changed
LinkDotNet.Blog.Infrastructure
LinkDotNet.Blog.IntegrationTests
LinkDotNet.Blog.TestUtilities
LinkDotNet.Blog.UnitTests Expand file tree Collapse file tree 8 files changed +39
-106
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup >
4
+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
5
+ <PrivateAssets >all</PrivateAssets >
6
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
7
+ </PackageReference >
8
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
9
+ <PrivateAssets >all</PrivateAssets >
10
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
11
+ </PackageReference >
12
+ </ItemGroup >
13
+
14
+ <ItemGroup >
15
+ <AdditionalFiles Include =" $(SolutionDir)\stylecop.json" Link =" stylecop.json" />
16
+ </ItemGroup >
17
+ <PropertyGroup >
18
+ <CodeAnalysisRuleSet >$(SolutionDir)\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
19
+ </PropertyGroup >
20
+
21
+ </Project >
Original file line number Diff line number Diff line change 6
6
<AssemblyName >LinkDotNet.Blog.Domain</AssemblyName >
7
7
<RootNamespace >LinkDotNet.Blog.Domain</RootNamespace >
8
8
</PropertyGroup >
9
-
10
- <ItemGroup >
11
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
12
- <PrivateAssets >all</PrivateAssets >
13
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
- </PackageReference >
15
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
16
- <PrivateAssets >all</PrivateAssets >
17
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
- </PackageReference >
19
- </ItemGroup >
20
-
21
- <ItemGroup >
22
- <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
23
- </ItemGroup >
24
- <PropertyGroup >
25
- <CodeAnalysisRuleSet >..\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
26
- </PropertyGroup >
27
-
28
- </Project >
9
+ </Project >
Original file line number Diff line number Diff line change 9
9
<ItemGroup >
10
10
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.1" />
11
11
<PackageReference Include =" RavenDB.Client" Version =" 5.3.100" />
12
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
13
- <PrivateAssets >all</PrivateAssets >
14
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
- </PackageReference >
16
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
17
- <PrivateAssets >all</PrivateAssets >
18
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
- </PackageReference >
20
12
<PackageReference Include =" X.PagedList" Version =" 8.1.0" />
21
13
</ItemGroup >
22
14
23
15
<ItemGroup >
24
16
<ProjectReference Include =" ..\LinkDotNet.Blog.Domain\LinkDotNet.Blog.Domain.csproj" />
25
17
</ItemGroup >
26
-
27
- <ItemGroup >
28
- <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
29
- </ItemGroup >
30
- <PropertyGroup >
31
- <CodeAnalysisRuleSet >..\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
32
- </PropertyGroup >
33
-
34
-
35
- </Project >
18
+ </Project >
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 6.0.1" />
13
13
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.1" />
14
14
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6.0.1" />
15
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
16
- <PrivateAssets >all</PrivateAssets >
17
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
- </PackageReference >
19
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
20
- <PrivateAssets >all</PrivateAssets >
21
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
- </PackageReference >
23
15
</ItemGroup >
24
16
25
17
<ItemGroup >
32
24
<_ContentIncludedByDefault Remove =" Areas\Identity\Pages\Shared\_LoginPartial.cshtml" />
33
25
</ItemGroup >
34
26
35
- <ItemGroup >
36
- <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
37
- </ItemGroup >
38
-
39
27
<ItemGroup >
40
28
<InternalsVisibleTo Include =" LinkDotNet.Blog.IntegrationTests" />
41
29
</ItemGroup >
42
30
43
- <PropertyGroup >
44
- <CodeAnalysisRuleSet >..\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
45
- </PropertyGroup >
46
-
47
-
48
31
</Project >
Original file line number Diff line number Diff line change 17
17
<PrivateAssets >all</PrivateAssets >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
</PackageReference >
20
+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
21
+ <PrivateAssets >all</PrivateAssets >
22
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
+ </PackageReference >
24
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
25
+ <PrivateAssets >all</PrivateAssets >
26
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
27
+ </PackageReference >
20
28
</ItemGroup >
21
29
22
30
<ItemGroup Label =" Implicit usings" >
25
33
<Using Include =" Xunit" />
26
34
</ItemGroup >
27
35
36
+ <ItemGroup >
37
+ <AdditionalFiles Include =" $(SolutionDir)\stylecop.json" Link =" stylecop.json" />
38
+ </ItemGroup >
39
+ <PropertyGroup >
40
+ <CodeAnalysisRuleSet >$(SolutionDir)\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
41
+ </PropertyGroup >
42
+
28
43
</Project >
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.1" />
11
11
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0-release-20220113-05" />
12
12
<PackageReference Include =" RavenDB.TestDriver" Version =" 5.3.100" />
13
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
14
- <PrivateAssets >all</PrivateAssets >
15
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
- </PackageReference >
17
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
18
- <PrivateAssets >all</PrivateAssets >
19
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
- </PackageReference >
21
13
</ItemGroup >
22
14
23
15
<ItemGroup >
26
18
<ProjectReference Include =" ..\..\src\LinkDotNet.Blog.Infrastructure\LinkDotNet.Blog.Infrastructure.csproj" />
27
19
</ItemGroup >
28
20
29
- <ItemGroup >
30
- <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
31
- </ItemGroup >
32
- <PropertyGroup >
33
- <CodeAnalysisRuleSet >..\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
34
- </PropertyGroup >
35
-
36
21
</Project >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
</PropertyGroup >
6
-
7
- <ItemGroup >
8
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
9
- <PrivateAssets >all</PrivateAssets >
10
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
11
- </PackageReference >
12
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
13
- <PrivateAssets >all</PrivateAssets >
14
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
- </PackageReference >
16
- </ItemGroup >
17
-
18
- <ItemGroup >
19
- <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
20
- </ItemGroup >
21
6
22
7
<ItemGroup >
23
8
<ProjectReference Include =" ..\..\src\LinkDotNet.Blog.Domain\LinkDotNet.Blog.Domain.csproj" />
24
9
</ItemGroup >
25
- <PropertyGroup >
26
- <CodeAnalysisRuleSet >..\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
27
- </PropertyGroup >
28
10
29
- </Project >
11
+ </Project >
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0-release-20220113-05" />
11
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.35.0.42613" >
12
- <PrivateAssets >all</PrivateAssets >
13
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
- </PackageReference >
15
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.406" >
16
- <PrivateAssets >all</PrivateAssets >
17
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
- </PackageReference >
19
11
</ItemGroup >
20
12
21
13
<ItemGroup >
22
14
<ProjectReference Include =" ..\LinkDotNet.Blog.TestUtilities\LinkDotNet.Blog.TestUtilities.csproj" />
23
15
<ProjectReference Include =" ..\..\src\LinkDotNet.Blog.Web\LinkDotNet.Blog.Web.csproj" />
24
16
</ItemGroup >
25
17
26
- <ItemGroup >
27
- <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
28
- </ItemGroup >
29
-
30
- <PropertyGroup >
31
- <CodeAnalysisRuleSet >..\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
32
- </PropertyGroup >
33
-
34
-
35
18
</Project >
You can’t perform that action at this time.
0 commit comments