Skip to content

Commit 1037334

Browse files
committed
update debug settings
1 parent 1f92732 commit 1037334

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ updates:
1111
directory: "/"
1212
schedule:
1313
interval: daily
14-
time: "11:00"
14+
time: "02:00"
1515
open-pull-requests-limit: 10

coverlet.runsettings

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<DataCollector friendlyName="XPlat code coverage">
66
<Configuration>
77
<Format>lcov</Format>
8-
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute,TestSDKAutoGeneratedCode</ExcludeByAttribute>
9-
<SkipAutoProps>true</SkipAutoProps>
108
</Configuration>
119
</DataCollector>
1210
</DataCollectors>

src/Directory.Build.props

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@
1616
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1717
</PropertyGroup>
1818

19-
<PropertyGroup>
20-
<DebugType>portable</DebugType>
21-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22-
<IncludeSymbols>true</IncludeSymbols>
23-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
19+
<PropertyGroup Label="Debug">
20+
<DebugType>embedded</DebugType>
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2422
</PropertyGroup>
2523

2624
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
2725
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2826
</PropertyGroup>
2927

30-
<PropertyGroup>
28+
<PropertyGroup Label="Options">
29+
<DefaultLanguage>en-US</DefaultLanguage>
3130
<LangVersion>latest</LangVersion>
3231
<ImplicitUsings>enable</ImplicitUsings>
3332
<NoWarn>1591</NoWarn>

0 commit comments

Comments
 (0)