|
12 | 12 | <PackageDescription>Generates source for Splat dependency injection registrations with constructor and property injection.</PackageDescription> |
13 | 13 | <Owners>glennawatson</Owners> |
14 | 14 | <PackageTags>system.reactive;splat;dependency injection</PackageTags> |
15 | | - <PackageProjectUrl>https://github.com/reactivemarbles/Splat.DI.SourceGenerator</PackageProjectUrl> |
16 | | - <PackageReleaseNotes>https://github.com/reactivemarbles/Splat.DI.SourceGenerator/releases</PackageReleaseNotes> |
17 | | - <RepositoryUrl>https://github.com/reactivemarbles/Splat.DI.SourceGenerator</RepositoryUrl> |
| 15 | + <PackageProjectUrl>https://github.com/reactiveui/Splat.DI.SourceGenerator</PackageProjectUrl> |
| 16 | + <PackageReleaseNotes>https://github.com/reactiveui/Splat.DI.SourceGenerator/releases</PackageReleaseNotes> |
| 17 | + <RepositoryUrl>https://github.com/reactiveui/Splat.DI.SourceGenerator</RepositoryUrl> |
18 | 18 | <RepositoryType>git</RepositoryType> |
19 | 19 |
|
20 | 20 | <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> |
|
26 | 26 | <PackageIcon>logo.png</PackageIcon> |
27 | 27 | <SolutionDir Condition="'$(SolutionDir)' == ''">$(MSBuildThisFileDirectory)</SolutionDir> |
28 | 28 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 29 | + <EnableNETAnalyzers>True</EnableNETAnalyzers> |
| 30 | + <AnalysisLevel>latest</AnalysisLevel> |
| 31 | + <IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation> |
29 | 32 | </PropertyGroup> |
30 | 33 |
|
31 | 34 | <ItemGroup Condition="'$(IsTestProject)' != 'true'"> |
|
45 | 48 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.4.255" PrivateAssets="all" /> |
46 | 49 | <PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.354" PrivateAssets="all" /> |
47 | 50 | <PackageReference Include="Roslynator.Analyzers" Version="4.0.0" PrivateAssets="All" /> |
48 | | - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" /> |
49 | 51 | </ItemGroup> |
50 | 52 | <ItemGroup> |
51 | 53 | <AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" /> |
|
0 commit comments