Skip to content

Commit fa92686

Browse files
authored
Merge pull request #2591 from yowl/merge-may24
[NativeAOT-LLVM] Merge may24
2 parents 07ff833 + 92ebf78 commit fa92686

File tree

5,529 files changed

+126740
-88210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,529 files changed

+126740
-88210
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
3+
pipelines:
4+
679:
5+
retail:
6+
binary:
7+
credscan:
8+
lastModifiedDate: 2024-04-11
9+
binskim:
10+
lastModifiedDate: 2024-04-11
11+
spotbugs:
12+
lastModifiedDate: 2024-04-11
13+
source:
14+
credscan:
15+
lastModifiedDate: 2024-04-11
16+
eslint:
17+
lastModifiedDate: 2024-04-11
18+
psscriptanalyzer:
19+
lastModifiedDate: 2024-04-11
20+
armory:
21+
lastModifiedDate: 2024-04-11

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
]
1010
},
1111
"dotnet-reportgenerator-globaltool": {
12-
"version": "5.0.2",
12+
"version": "5.3.0",
1313
"commands": [
1414
"reportgenerator"
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "9.0.0-prerelease.24203.1",
18+
"version": "9.0.0-prerelease.24266.1",
1919
"commands": [
2020
"xharness"
2121
]

.config/guardian/.gdnbaselines

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"properties": {
3+
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/baselines"
4+
},
5+
"version": "1.0.0",
6+
"baselines": {
7+
"default": {
8+
"name": "default",
9+
"createdDate": "2024-04-10 20:32:31Z",
10+
"lastUpdatedDate": "2024-04-10 20:32:31Z"
11+
}
12+
},
13+
"results": {
14+
"3b1bb0185d74dd310884a85ad1252953dab0747790f5aecd5bf5bb3c1e2b515c": {
15+
"signature": "3b1bb0185d74dd310884a85ad1252953dab0747790f5aecd5bf5bb3c1e2b515c",
16+
"alternativeSignatures": [],
17+
"target": "src/libraries/System.Security.Cryptography/tests/X509Certificates/TestData.cs",
18+
"line": 3441,
19+
"memberOf": [
20+
"default"
21+
],
22+
"tool": "credscan",
23+
"ruleId": "CSCAN-GENERAL0060",
24+
"createdDate": "2024-04-10 20:32:31Z",
25+
"expirationDate": "2024-09-28 00:14:56Z",
26+
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z"
27+
},
28+
"2e4598005fdee72a4700697760c5f1b199c25d15a7c54de438ce939f125f3710": {
29+
"signature": "2e4598005fdee72a4700697760c5f1b199c25d15a7c54de438ce939f125f3710",
30+
"alternativeSignatures": [
31+
"6b533da7f95704f4476b24f493f88b2b1fd7d3bba69105bf63530140e0b3c8f1"
32+
],
33+
"target": "src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1",
34+
"line": 36,
35+
"memberOf": [
36+
"default"
37+
],
38+
"tool": "psscriptanalyzer",
39+
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
40+
"createdDate": "2024-04-10 20:32:31Z",
41+
"expirationDate": "2024-09-28 00:14:56Z",
42+
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z"
43+
},
44+
"df6d1096725378c354a363dbb40fca84b9eed42a724ffbde7de57a88fc4042df": {
45+
"signature": "df6d1096725378c354a363dbb40fca84b9eed42a724ffbde7de57a88fc4042df",
46+
"alternativeSignatures": [
47+
"b090ab235a86ec5bc15243c19bc432f09e5aef816854bcbe120ab04c7c0332e1"
48+
],
49+
"target": "src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1",
50+
"line": 82,
51+
"memberOf": [
52+
"default"
53+
],
54+
"tool": "psscriptanalyzer",
55+
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
56+
"createdDate": "2024-04-10 20:32:31Z",
57+
"expirationDate": "2024-09-28 00:14:56Z",
58+
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z"
59+
}
60+
}
61+
}

.devcontainer/scripts/onCreateCommand.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
set -e
44

55
function wasm_common() {
6-
# prebuild for WASM, so it is ready for wasm development
7-
make -C src/mono/browser provision-wasm
8-
export EMSDK_PATH=$PWD/src/mono/browser/emsdk
96
case "$1" in
107
wasm)
118
# Put your common commands for wasm here

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 5
8+
labels:
9+
- area-codeflow
10+
ignore:
11+
- dependency-name: "actions/checkout"
12+
update-types: ["version-update:semver-patch","version-update:semver-minor"]

0 commit comments

Comments
 (0)