Skip to content

Commit

Permalink
Merge branch 'main' into feature/codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Oct 5, 2024
2 parents c14181e + 84d23e3 commit 03cf302
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ dotnet_style_prefer_compound_assignment = true:warning # not default, default i
dotnet_diagnostic.IDE0074.severity = warning # not default, set in accordance to previous setting

# IDE0032: Use auto property
dotnet_style_prefer_auto_properties = true:warning # not default, default is true:suggestion, increased severity to ensure it is used
dotnet_diagnostic.IDE0032.severity = warning # not default, set in accordance to previous setting
dotnet_style_prefer_auto_properties = true:suggestion # not default, default is true:suggestion, increased severity to ensure it is used
dotnet_diagnostic.IDE0032.severity = suggestion # not default, set in accordance to previous setting

# Field preferences
dotnet_style_readonly_field = true:warning
Expand Down
16 changes: 16 additions & 0 deletions docs/diagnose.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,19 @@ Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
Host debugging is enabled. Please attach debugger to testhost process to continue.
```

## In Visual Studio

Set test logging to trace:

![image](https://github.com/user-attachments/assets/0ee53d10-4f95-469a-91bd-8577d79b99bc)

Run your tests.

Go to Output > Tests window:

Please provide all files from the listed folder, and complete content of the Tests window.

![image](https://github.com/user-attachments/assets/c942642d-e10a-4bf3-9920-8ddd22d99ba8)


2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from appending +<commitId>, which breaks DTAAgent.
-->
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<VersionPrefix>17.12.0</VersionPrefix>
<VersionPrefix>17.13.0</VersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="Arcade settings">
Expand Down

0 comments on commit 03cf302

Please sign in to comment.