Skip to content

Commit

Permalink
[API Proposal]: [QUIC] QuicException
Browse files Browse the repository at this point in the history
  • Loading branch information
rzikm committed Jul 12, 2022
2 parents f3330fa + 0a68c20 commit 798b898
Show file tree
Hide file tree
Showing 2,145 changed files with 82,440 additions and 35,394 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.22323.1",
"version": "1.0.0-prerelease.22358.1",
"commands": [
"xharness"
]
Expand Down
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ csharp_space_between_square_brackets = false
# License header
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.

# Marshaller type must have CustomTypeMarshallerAttribute attribute
dotnet_diagnostic.SYSLIB1056.severity = silent

# C++ Files
[*.{cpp,h,in}]
curly_bracket_next_line = true
Expand Down
19 changes: 19 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,25 @@

/src/native/public/mono @marek-safar @lambdageek

/src/libraries/sendtohelix-wasm.targets @radical
/src/mono/wasm @lewing
/src/mono/wasm/debugger @thaystg @radical
/src/mono/wasm/build @radical

/src/mono/nuget/*WebAssembly*/ @lewing @radical
/src/mono/nuget/*MonoTargets*/ @lewing @radical
/src/mono/nuget/*BrowserDebugHost*/ @lewing @radical
/src/mono/nuget/*Workload.Mono.Toolchain*/ @lewing @radical
/src/mono/nuget/*MonoAOTCompiler*/ @lewing @radical

/src/tests/BuildWasmApps/ @radical
/src/tasks/WasmAppBuilder/ @radical
/src/tasks/WorkloadBuildTasks/ @radical
/src/tasks/AotCompilerTask/ @radical
/src/tasks/WasmBuildTasks/ @radical

/eng/pipelines/**/*wasm* @radical

# Obsoletions / Custom Diagnostics

/docs/project/list-of-diagnostics.md @jeffhandley
Expand Down
Loading

0 comments on commit 798b898

Please sign in to comment.