Skip to content

Commit

Permalink
Adding a Root Descriptor file to work around EF/Sqlite issue describe…
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-king committed May 2, 2022
1 parent 4915048 commit af48ffa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MyRoots.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<linker>
<assembly fullname="System">
<type fullname="System.DateOnly">
<method name="AddYears" />
</type>
</assembly>
</linker>
6 changes: 5 additions & 1 deletion Trackor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
<ItemGroup>
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
</ItemGroup>


<ItemGroup>
<TrimmerRootDescriptor Include="MyRoots.xml" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions Trackor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Trackor", "Trackor.csproj",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{4969346B-4413-4669-9F23-D96C6A2DC3C8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\azure-static-web-apps-brave-coast-0096af31e.yml = .github\workflows\azure-static-web-apps-brave-coast-0096af31e.yml
README.md = README.md
EndProjectSection
EndProject
Expand Down

0 comments on commit af48ffa

Please sign in to comment.