Commit 5d1dfa9
Merge latest Library.Template (#291)
* Update Dockerfile and global.json updates to v9.0.200
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency dotnet-coverage to 17.14.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency docfx to 2.78.3 (#351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Do not verify signed binaries in LocBin artifact
This artifact does not ship and only serves as input for translators.
* Add placeholder option for vs-validation to skip optimization
* Update dependency dotnet-coverage to 17.14.2 (#352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Fix GitHub release workflow in dispatched runs
Dispatched runs were failing because they still looked for a GitHub release via properties that are not defined.
Also, upload artifacts to the GitHub release recursively, avoiding directories.
* Drop semanticCommits setting from renovate.json
It's default is to automatically detect the repo's convention, which is great.
* Switch to renovate rules from Microsoft presets
* Do not fail on missing LCL files in official builds
Missing LCL files are a normal consequence of creating a new library, and unless we get successful builds out after creating that library, translations will never be provided (thus resolving the warning).
* Revert "Avoid `dotnet format` hang"
This reverts commit 20e285c.
This workaround is no longer needed with the 9.0.200 .NET SDK.
* Consolidate SDL tasks for insertion job
* Disable redundant 1ES SBOM task
* Put publishing code coverage under a switch
* Drop github release workflow
* Merge pull request #355 from AArnott/renovate/dockerfile-and-global.json-updates
Update Dockerfile and global.json updates to v9.0.201
* Build renovate settings on the best-practices preset (#357)
* Update Dockerfile and global.json updates to v9.0.202 (#356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Pin dependencies (#358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Pin mcr.microsoft.com/dotnet/sdk Docker tag to 332e036 (#359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Keep targeting the oldest .NET LTS version
* Update mcr.microsoft.com/dotnet/sdk:9.0.202-noble Docker digest to dcc11e3 (#360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Opt in to the new MicroBuild SBOM behavior
* Fix unofficial build with SDL tools enabled
* Update dependency xunit.v3 to v2 (#353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update Dockerfile and global.json updates to v9.0.203 (#364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update docs to use MergeFrom-Template.ps1
* Fix lang service reporting C# 7.3 errors in Error List
By setting LangVersion so late in msbuild evaluation, the `CommandLineArgsForDesignTimeEvaluation` property is set based on the default value (of 7.3, for .NET Framework projects). This causes the VS language service to initialize with the wrong language version.
I originally moved this property definition to the .targets because `$(Language)` isn't set in time for the .props files to use them. But we can move it back to .props by using the project file extension instead.
* Remove remnants of a workaround
* Share more variable definitions
* Avoid CodeQL steps during release
* Drop stale comment
* Reapply "Avoid `dotnet format` hang"
This reverts commit 46e768b.
Because dotnet/sdk#44951 is repro'ing again even on the latest .NET SDK.
* Another CodeQL skip
* Revert "Opt in to the new MicroBuild SBOM behavior" (#365)
* Update actions/download-artifact digest to d3f86a1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency powershell to 7.5.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update mcr.microsoft.com/dotnet/sdk:9.0.203-noble Docker digest to c849687
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Reapply "Opt in to the new MicroBuild SBOM behavior"
This reapplies AArnott/Library.Template@2345213.
Reverts AArnott/Library.Template#365
* Deploy SBOMs next to the VSIX they describe
This should fix 404s on sbom's referenced from .vsman files.
* Update xunit (#370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update SUPPORT.md with links to product support
* Refine SUPPORT.md wording
* Add support for a repo to hard-code extra SDKs that must be installed
* Add script for collecting 3rd party symbol files
* Reapply "Avoid `dotnet format` hang"
This reverts commit 46e768b.
Because dotnet/sdk#44951 is repro'ing again even on the latest .NET SDK.
* Fix 3rd party symbol archival
* Update Dockerfile and global.json updates to v9.0.300 (#372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency Microsoft.NET.Test.Sdk to 17.14.0
* Update mcr.microsoft.com/dotnet/sdk:9.0.300-noble Docker digest to 9f7bd4d (#373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update becheran/mlc action to v0.22.0 (#374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency Microsoft.NET.Test.Sdk to 17.14.1
* Fix test failures that occur due to Xunit.v3 v2's new `TraceListener`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matteo Prosperi <[email protected]>File tree
28 files changed
+250
-208
lines changed- .config
- .devcontainer
- .github
- actions/publish-artifacts
- workflows
- azure-pipelines
- test/Microsoft.VisualStudio.Validation.Tests
- tools
- artifacts
28 files changed
+250
-208
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
52 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| 65 | + | |
| 66 | + | |
59 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 3 | | |
8 | 4 | | |
9 | 5 | | |
| |||
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
16 | | - | |
17 | 11 | | |
0 commit comments