Skip to content

Commit c262c1c

Browse files
committed
fix(template): suppress sourcelink functionality that isn't useful for web apps
1 parent 2e98434 commit c262c1c

File tree

4 files changed

+133
-1
lines changed

4 files changed

+133
-1
lines changed

src/test-targets/metadata.g.ts

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test-targets/models.g.ts

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test-targets/viewmodels.g.ts

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/Coalesce.Vue.Template/content/Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
88

9-
<CoalesceVersion>5.3.2</CoalesceVersion>
9+
<CoalesceVersion>5.3.2</CoalesceVersion>
10+
11+
<!-- Disable Source Link attribute in non-library projects to avoid hot reload issues -->
12+
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1013

1114
<!--#if (KeepTemplateOnly) -->
1215
<DefineConstants>$(DefineConstants);KeepTemplateOnly;AppInsights;OpenAPI;AuditLogs;TrackingBase;ExampleModel</DefineConstants>

0 commit comments

Comments
 (0)