Skip to content

Commit

Permalink
Add symbols for .NET code #2712 (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Feb 28, 2024
1 parent a0874a0 commit af7bc83
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"[html]": {
"editor.formatOnSave": false
},
"[xml]": {
"editor.formatOnSave": false
},
"files.associations": {
"**/.azure-pipelines/*.yaml": "azure-pipelines",
"**/.azure-pipelines/jobs/*.yaml": "azure-pipelines",
Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

## Unreleased

What's changed since pre-release v1.34.0-B0022:

- Engineering:
- Improved debugging experience by providing symbols for .NET code by @BernieWhite.
[#2712](https://github.com/Azure/PSRule.Rules.Azure/issues/2712)

## v1.34.0-B0022 (pre-release)

What's changed since v1.33.2:
Expand Down
2 changes: 0 additions & 2 deletions src/PSRule.Rules.Azure/PSRule.Rules.Azure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors> -->
<PackageId>Microsoft.PSRule.Rules.Azure.Core</PackageId>
<EnableNuget>false</EnableNuget>
<IsPackable>false</IsPackable>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
2 changes: 2 additions & 0 deletions src/PSRule.Rules.Azure/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# PSRule for Azure library for .NET

This package provides core functionality of PSRule for Azure.
Using this library directly is not intended, and subject to change.
Instead, use the [Microsoft.PSRule.Rules.Azure](https://www.nuget.org/packages/Microsoft.PSRule.Rules.Azure) package.
2 changes: 1 addition & 1 deletion src/SDK/SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<PackageId>Microsoft.PSRule.Rules.Azure</PackageId>
<ProjectGuid>{d4302b6a-19d3-4f6a-8ef7-448d2c3e393c}</ProjectGuid>
<EnableNuget>true</EnableNuget>
<PackageReadmeFile>README.md</PackageReadmeFile>
<NoWarn>NU5100,NU5110,NU5111</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit af7bc83

Please sign in to comment.