Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Updated Microsoft.Build.Framework from 17.13.9 to 18.0.2.

Release notes

Sourced from Microsoft.Build.Framework's releases.

17.14.8

What's Changed

Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8

17.14.5

What's Changed

17.14.0-preview-25177-05

Release

What's Changed

17.14.0-preview-25155-01

Release

What's Changed

17.14.0-preview-25110-01

Release

What's Changed

Commits viewable in compare view.

Updated Microsoft.Build.Utilities.Core from 17.13.9 to 18.0.2.

Release notes

Sourced from Microsoft.Build.Utilities.Core's releases.

17.14.8

What's Changed

Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8

17.14.5

What's Changed

17.14.0-preview-25177-05

Release

What's Changed

17.14.0-preview-25155-01

Release

What's Changed

17.14.0-preview-25110-01

Release

What's Changed

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/18559)

Bumps Microsoft.Build.Framework from 17.13.9 to 18.0.2
Bumps Microsoft.Build.Utilities.Core from 17.13.9 to 18.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Build.Framework
  dependency-version: 18.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-version: 18.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 24, 2025
Copy link
Contributor

@microsoft-github-policy-service microsoft-github-policy-service bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@microsoft-github-policy-service microsoft-github-policy-service bot added the auto-merge Automatically merge this PR label Nov 24, 2025
Copy link
Contributor

@microsoft-github-policy-service microsoft-github-policy-service bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@microsoft-github-policy-service microsoft-github-policy-service bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Contributor

@microsoft-github-policy-service microsoft-github-policy-service bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@github-actions
Copy link
Contributor

github-actions bot commented Nov 24, 2025

Test this change out locally with the following install scripts (Action run 19703504631)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 19703504631
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 19703504631"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 19703504631
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 19703504631"

@github-actions
Copy link
Contributor

github-actions bot commented Nov 24, 2025

Dotnet Test Results

   102 files   -     51     102 suites   - 51   40m 50s ⏱️ - 18m 52s
12 567 tests  -     13  12 567 ✅  -     13  0 💤 ±0  0 ❌ ±0 
28 879 runs   - 14 433  28 879 ✅  - 14 433  0 💤 ±0  0 ❌ ±0 

Results for commit fea7f22. ± Comparison against base commit a739880.

This pull request removes 1959 and adds 661 tests. Note that renamed tests count towards both.

		nestedProp1: 1
		nestedProp2: 2
		prop1: true
		prop2: false
	1
	2
	\$'")
	prop1: true
	prop2: false
…
Bicep.Cli.UnitTests.Services.ReplEnvironmentTests ‑ ShouldSubmitBuffer_terminates_at_expected_point ("var foo = {
")
Bicep.Cli.UnitTests.Services.ReplEnvironmentTests ‑ ShouldSubmitBuffer_terminates_at_expected_point ("var multilineString = '''
Line 1
Line 2
Line 3
'''")
Bicep.Cli.UnitTests.Services.ReplEnvironmentTests ‑ ShouldSubmitBuffer_terminates_at_expected_point ("var outRoleAssignments object[] = union(map(
  filter(varMockedEntraGroupIds, item => !contains(item.uniqueName, 'DevOps')),
  group => {
    principalId: group.groupId
    definition: group.roleToAssign
    relativeScope: ''
    principalType: 'Group'
  }
),[
  {
    principalId: '22222222-2222-2222-2222-222222222222'
    definition: 'Reader'
    relativeScope: ''
    principalType: 'ServicePrincipal'
  }
])")
Bicep.Cli.UnitTests.Services.ReplEnvironmentTests ‑ ShouldSubmitBuffer_terminates_at_expected_point ("var test = {
  abc: 'def' // boo
}")
Bicep.Cli.UnitTests.Services.ReplEnvironmentTests ‑ ShouldSubmitBuffer_terminates_at_expected_point ("var varMockedEntraGroupIds = [
  {
    uniqueName: 'Reader-Group'
    roleToAssign: 'Reader'
    groupId: '11111111-1111-1111-1111-111111111111'
  }
  {
    uniqueName: 'Contributor-Group'
    roleToAssign: 'Contributor'
    groupId: '22222222-2222-2222-2222-222222222222'
  }
  {
    uniqueName: 'DevOps-Group'
    groupId: '33333333-3333-3333-3333-333333333333'
  }
]")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000
��;
�0\u0010\u0004Э}
�@����\u001a�)s\u0005A\u000c�`9�C\u000c!w\u000f�
n�8va�f�-\u0006�Q�1L�:��WV�\u0016��\u0006\u0000֘O\u0002�'`yv�s�O���\u001fBG\u0000���\u001e�s5�[l\u001fQ]�6f���piꊝ5`��+)Y���օ�E}����������و\u0016M`���|�M�����u�$I��6�\u0006j�Y\u0011\u0000\u000c\u0000\u0000,"The path: index.json was not found in artifact contents")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000
��;
�@\u0010\u0006�=��\u000163�>���F��\u0000�\u00191bbHV\u0008�w\u0017�\u000866y\u0014ٯ���b`�etpݎ]�M+��&�04DD�T��������[�
D\u0007\u0013x��5�\u0008�D\u001bQ;�͊*�N��G��SQ��䌬QHi�S�MlI%���
\u0006��;��o�\u0013\u0005�����u\u000cH�XL�����\u0012�c�]�g����\u00137뭸�{��o\u000b� \u0008`4\u001fĦ$j\u0000\u000c\u0000\u0000,"Value cannot be null. (Parameter 'source')")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000
���
�P\u0010\u0006�Y�\u0014\u0007\u001f�8#�V�"h�\u0011\u0016\u0004mC�@\u0006Zx\u0001����\u0004nژA�o�of1�����v\u001b�f����R\u0005\u001cƆ����\u0013\u0011��(�`^k\u0014�:�@[7i\u0005�0O�`���Dy�َ_�[酆\u0015M^؈�\u0012H�Hå0d��~��3����k>�?\u0014@��H�P�}��\u00066I'�y�����i�����q��K����8�\u0003��	\u0018CZ�\u0000\u000c\u0000\u0000,"'7' is an invalid end of a number. Expected a delimiter. Path: $.INVALID_JSON | LineNumber: 0 | BytePositionInLine: 20.")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000\u0003��1
�@\u0010\u0005Щ=��\u00016���n"��\u00086\u001e`5#*&�$B@��`#��$Z����\u0014\u001f���u�\u0012
iZm`|�ih\u0000�}&��\u0004R�v�7�z��kۅ�\u0000�O��:t�ű*�ק�RMf�*�c)\u000b�΂3�6�z��ɯ�F\u0003{��F�q��\u0012�����tF`\u0000��W6y�����tSI_ˮ�b%�V��\�ù����EQ\u0014E4�\u0007�0��\u0000\u000c\u0000\u0000,"Value cannot be null. (Parameter 'source')")
Bicep.Core.IntegrationTests.AzTypesViaRegistryTests ‑ Bicep_compiler_handles_corrupted_extension_package_gracefully (\u001f�\u0008\u0000\u0000\u0000\u0000\u0000\u0000\u0003��=
�@\u0010\u0005�=Ş`}���Zا�\u0015\u0016"�\u0007��\u000f\u0011B�\u001eH\u0015l�\u0018-ܯy�\u0014\u000f��ӣ�\u000e�?�]�3d.մ4\u0000\u0010k?	`����މ\u0008��V0���\u0008�}2��~8Wc���\u0011��oCb
�\u000c���؉\u0005\u0017"�MY䥓d��Ѣ��N��s�0�93��.7\u0004F&��*�\u001c����k�\u0006Q\u0014E\u0011m�
�%�j\u0000\u000c\u0000\u0000,"The path: index.json was not found in artifact contents")
…

♻️ This comment has been updated with latest results.

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit 747908b into main Nov 26, 2025
42 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot deleted the dependabot/nuget/src/multi-3c6a8a29d6 branch November 26, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Automatically merge this PR dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants