File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ Microsoft.EntityFrameworkCore.DbSet
31
31
<ProjectReference Condition =" '$(BuildingByReSharper)' != 'true'" Include =" ..\EFCore.Analyzers\EFCore.Analyzers.csproj" PrivateAssets =" contentfiles;build" />
32
32
</ItemGroup >
33
33
34
+ <ItemGroup >
35
+ <None Include =" build\**\*" >
36
+ <Pack >True</Pack >
37
+ <PackagePath >build</PackagePath >
38
+ </None >
39
+ </ItemGroup >
40
+
34
41
<ItemGroup >
35
42
<None Update =" Properties\CoreStrings.Designer.tt" >
36
43
<Generator >TextTemplatingFileGenerator</Generator >
Original file line number Diff line number Diff line change
1
+ <Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <PropertyGroup >
3
+ <!--
4
+ MAUI (and other size-conscient profiles) trim the nullability attributes, causing our NRT support to break.
5
+ This prevents the attributes from being trimmed.
6
+ -->
7
+ <NullabilityInfoContextSupport >true</NullabilityInfoContextSupport >
8
+ </PropertyGroup >
9
+ </Project >
You can’t perform that action at this time.
0 commit comments