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.

Dependabot compatibility score

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/18560)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 24, 2025
@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:

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 19620143847)

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

@github-actions
Copy link
Contributor

Dotnet Test Results

   102 files   -     51     102 suites   - 51   39m 27s ⏱️ - 25m 53s
12 566 tests  -     13  12 566 ✅  -     13  0 💤 ±0  0 ❌ ±0 
28 877 runs   - 14 432  28 877 ✅  - 14 432  0 💤 ±0  0 ❌ ±0 

Results for commit c96c8f0. ± Comparison against base commit 8be5ed9.

This pull request removes 1957 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\u0006��\u0014�\u000f�^Ҥg��.��\u000f\u0010퉊��I� ���"tq��`~˷�����l��\u0005��{/	1��v���1�D�i"Z��S�\u0016�\u0008_0��z@���Jѹ��\u000emͣ<�s��h¡�JQ��ƚ�H�R�4%�>7z����c^�?7��RH�R�\u0001�}\u0001�W:9�w�/"]�<v�
\/��p���Ν<_�}[\u0014EQ\u0004\u001fs\u0003�?{{\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
�Ի
�@\u0010\u0005Щ�\u0015K>`3���\u0018!�`aD� ��B\u0002FH�< �ϋ6B\u001a�<��i����p�{'��2�fU�	��08DD-�w"b�"*��'�\u0012X\u0007\u0013h��T�\u0008�$B�4�-��4���~��O�h�"�\u0004� �J\u0006��Z�T��i����\u000e����_�PB ��\u0002\u001fP|~\u0002�I:�.��/7N.�C������]3"�;�eY�\u0005�{\u0003C�\u0016%\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
��;
�0\u0010\u0004Э}
�@\u001eI+/.ҧ�\u0015\u00041���\u000f1��=�*q�Ʊ\u000b�5�l1���\u000fa�W�X��\u0016 �4;\u0000(��	`�@�ɽx\u0011R#-`���\u0012�\u001bl�5�\u0016��n���ܣ�tM̬��?���H�J��X\u000b�-9[�o2�Ͽӟ��?,\u0019o\u000c�zq�`�ĐZd�ö��x�� I�$�\u0015�\u0000����\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\u0003�ӻ
�@\u0010\u0005�\u0015�\u0005�;�4EzK�a��\u000f��<0 ��`�ilbRdOs�).\u000cW�0�p��Nj��%�
\u0000�1�\u00040M�ar��$FZ����%|7�\u000e��\u0016�S9�kl�Q^�&fʋ�?�U����XU\u0018ix�첵�&���;����C\u0011[fxe-;\u0002C{&��&�m���\�A�$IB+x\u0001ف��\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\u0003��;
�@\u0010\u0006�s�%\u0007��>c��6��\u0007X͈\u0011\u0013C\u001e\u0010\u0010�.�\u0008il�(�_�7300�<:�~G.���
��8�
\u0011�j�MD\u001c&��\u0007�\u0006X\u000f3��Հ\u0008�$\u0012V����eF=�5�2�\u001bV�yA���J����:�RY\u0019,}�7���a2���4\u0008#\u0004��\u0018a\u0001�g\u0001�,�����'\u000b�%�\u0015�[��T��\u000e����
�����<σɼ\u0001��hv\u0000\u000c\u0000\u0000,"Value cannot be null. (Parameter 'source')")
…

@microsoft-github-policy-service microsoft-github-policy-service bot merged commit ee5d5f4 into main Nov 24, 2025
46 checks passed
@microsoft-github-policy-service microsoft-github-policy-service bot deleted the dependabot/nuget/src/Microsoft.Build.Framework-18.0.2 branch November 24, 2025 00:58
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.

1 participant