File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 36
36
<PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.0.0" />
37
37
</ItemGroup >
38
38
39
- <!-- On .NET Standard 2.0, the unit test project also needs access to internals-->
39
+ <!-- On .NET Standard 2.0, the unit test project also needs access to internals -->
40
40
<ItemGroup >
41
41
<InternalsVisibleTo Include =" CommunityToolkit.HighPerformance.UnitTests, PublicKey=$(AssemblySignPublicKey)" />
42
42
</ItemGroup >
Original file line number Diff line number Diff line change 65
65
<Compile Include =" $(MSBuildThisFileDirectory)Input\Models\CommandInfo.cs" />
66
66
<Compile Include =" $(MSBuildThisFileDirectory)Input\RelayCommandGenerator.cs" />
67
67
<Compile Include =" $(MSBuildThisFileDirectory)Input\RelayCommandGenerator.Execute.cs" />
68
- <Compile Include =" $(MSBuildThisFileDirectory)InternalsVisibleTo.cs" />
69
68
<Compile Include =" $(MSBuildThisFileDirectory)Messaging\IMessengerRegisterAllGenerator.cs" />
70
69
<Compile Include =" $(MSBuildThisFileDirectory)Messaging\IMessengerRegisterAllGenerator.Execute.cs" />
71
70
<Compile Include =" $(MSBuildThisFileDirectory)Messaging\Models\RecipientInfo.cs" />
Original file line number Diff line number Diff line change 35
35
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MvvmToolkitSourceGeneratorRoslynVersion)" PrivateAssets =" all" Pack =" false" />
36
36
</ItemGroup >
37
37
38
+ <!-- Give access to the code fixers project for the exported diagnostic ids and properties -->
39
+ <ItemGroup >
40
+ <InternalsVisibleTo Include =" CommunityToolkit.Mvvm.Fixers, PublicKey=$(AssemblySignPublicKey)" />
41
+ </ItemGroup >
42
+
38
43
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments