Skip to content

Commit

Permalink
Merge pull request #2591 from yowl/merge-may24
Browse files Browse the repository at this point in the history
[NativeAOT-LLVM] Merge may24
  • Loading branch information
jkotas authored May 31, 2024
2 parents 07ff833 + 92ebf78 commit fa92686
Show file tree
Hide file tree
Showing 5,529 changed files with 126,740 additions and 88,210 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
21 changes: 21 additions & 0 deletions .config/1espt/PipelineAutobaseliningConfig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 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.

pipelines:
679:
retail:
binary:
credscan:
lastModifiedDate: 2024-04-11
binskim:
lastModifiedDate: 2024-04-11
spotbugs:
lastModifiedDate: 2024-04-11
source:
credscan:
lastModifiedDate: 2024-04-11
eslint:
lastModifiedDate: 2024-04-11
psscriptanalyzer:
lastModifiedDate: 2024-04-11
armory:
lastModifiedDate: 2024-04-11
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
]
},
"dotnet-reportgenerator-globaltool": {
"version": "5.0.2",
"version": "5.3.0",
"commands": [
"reportgenerator"
]
},
"microsoft.dotnet.xharness.cli": {
"version": "9.0.0-prerelease.24203.1",
"version": "9.0.0-prerelease.24266.1",
"commands": [
"xharness"
]
Expand Down
61 changes: 61 additions & 0 deletions .config/guardian/.gdnbaselines
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"properties": {
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/baselines"
},
"version": "1.0.0",
"baselines": {
"default": {
"name": "default",
"createdDate": "2024-04-10 20:32:31Z",
"lastUpdatedDate": "2024-04-10 20:32:31Z"
}
},
"results": {
"3b1bb0185d74dd310884a85ad1252953dab0747790f5aecd5bf5bb3c1e2b515c": {
"signature": "3b1bb0185d74dd310884a85ad1252953dab0747790f5aecd5bf5bb3c1e2b515c",
"alternativeSignatures": [],
"target": "src/libraries/System.Security.Cryptography/tests/X509Certificates/TestData.cs",
"line": 3441,
"memberOf": [
"default"
],
"tool": "credscan",
"ruleId": "CSCAN-GENERAL0060",
"createdDate": "2024-04-10 20:32:31Z",
"expirationDate": "2024-09-28 00:14:56Z",
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z"
},
"2e4598005fdee72a4700697760c5f1b199c25d15a7c54de438ce939f125f3710": {
"signature": "2e4598005fdee72a4700697760c5f1b199c25d15a7c54de438ce939f125f3710",
"alternativeSignatures": [
"6b533da7f95704f4476b24f493f88b2b1fd7d3bba69105bf63530140e0b3c8f1"
],
"target": "src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1",
"line": 36,
"memberOf": [
"default"
],
"tool": "psscriptanalyzer",
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
"createdDate": "2024-04-10 20:32:31Z",
"expirationDate": "2024-09-28 00:14:56Z",
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z"
},
"df6d1096725378c354a363dbb40fca84b9eed42a724ffbde7de57a88fc4042df": {
"signature": "df6d1096725378c354a363dbb40fca84b9eed42a724ffbde7de57a88fc4042df",
"alternativeSignatures": [
"b090ab235a86ec5bc15243c19bc432f09e5aef816854bcbe120ab04c7c0332e1"
],
"target": "src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1",
"line": 82,
"memberOf": [
"default"
],
"tool": "psscriptanalyzer",
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
"createdDate": "2024-04-10 20:32:31Z",
"expirationDate": "2024-09-28 00:14:56Z",
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z"
}
}
}
3 changes: 0 additions & 3 deletions .devcontainer/scripts/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
set -e

function wasm_common() {
# prebuild for WASM, so it is ready for wasm development
make -C src/mono/browser provision-wasm
export EMSDK_PATH=$PWD/src/mono/browser/emsdk
case "$1" in
wasm)
# Put your common commands for wasm here
Expand Down
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 5
labels:
- area-codeflow
ignore:
- dependency-name: "actions/checkout"
update-types: ["version-update:semver-patch","version-update:semver-minor"]
Loading

0 comments on commit fa92686

Please sign in to comment.