1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Satori/eng
Buyaa Namnan 9409e2d501
Enable new analyzers CA1862, CA1864 in runtime and fix findings. (#88700)
* Enable new analyzers CA1862, CA1864 in runtime and fix findings
2023-07-13 19:57:02 -07:00
..
common [main] Update dependencies from dotnet/arcade dotnet/sdk (#88187) 2023-06-29 11:33:43 -04:00
docker [HTTP/3] Stress hack for msquic dropping connections (#84793) 2023-04-28 10:37:08 +02:00
formatting Fix clang tool downloads (#84799) 2023-04-13 13:49:47 -07:00
native [nativeaot] Add Native AOT cross-build support for iOS-like platforms (#88242) 2023-07-11 21:34:35 +02:00
pipelines [PERF] Explicitly set dotnet root when building tools (#88801) 2023-07-13 09:31:53 -07:00
restore Incremental mibc merge (#87336) 2023-06-09 15:45:29 -07:00
testing [browser] Migrate more Blazor features, prepare JavaScript API for Blazor cleanup (#87959) 2023-07-13 17:32:58 +02:00
_._ Generate targets files that throws for unsupported netstandard applicable tfms (#53244) 2021-05-26 12:09:00 +02:00
Analyzers.targets Don't enable ILLink analyzers for unsupported TFMs (#87071) 2023-06-08 10:10:58 -07:00
ApiCompatExcludeAttributes.txt Add System.IO.Hashing ref csproj (#77856) 2022-11-04 15:48:51 -04:00
AvoidRestoreCycleOnSelfReference.targets Remove depprojs in favor of PackageReferences (#35606) 2020-07-23 17:20:26 +02:00
BeforeTargetFrameworkInference.targets Set maximum version early enough for SDK features 2022-11-18 15:52:37 +01:00
Brewfile Use and support OpenSSL 3 on macOS (#68045) 2022-04-20 11:10:53 -07:00
Build.props Enable restore binlog generation (#46270) 2020-12-21 22:53:43 +01:00
build.ps1 Support building a mono-based .NET Runtime on x64 (#68424) 2023-05-03 15:05:49 +02:00
build.sh [nativeaot] Add Native AOT cross-build support for iOS-like platforms (#88242) 2023-07-11 21:34:35 +02:00
CodeAnalysis.src.globalconfig Enable new analyzers CA1862, CA1864 in runtime and fix findings. (#88700) 2023-07-13 19:57:02 -07:00
CodeAnalysis.test.globalconfig Enable new analyzers CA1862, CA1864 in runtime and fix findings. (#88700) 2023-07-13 19:57:02 -07:00
codecov.yml
codeOptimization.targets Lowercase TargetOS (#80164) 2023-01-11 17:58:32 +01:00
configure-toolset.ps1
configure-toolset.sh
coredistools.targets Lowercase TargetOS (#80164) 2023-01-11 17:58:32 +01:00
DefaultGenApiDocIds.txt Exempt MemberNotNullWhen from genapi ref assembly requirements (#70113) 2022-06-02 09:10:11 +02:00
DiaSymReaderNative.targets Fix a few more license headers (#38973) 2020-07-09 11:32:01 -04:00
empty.csproj Upgrading netcoreapp2.x and NCA3.0 to netcoreapp3.1 (#53358) 2021-05-28 13:11:03 +02:00
generatorProjects.targets Fix expected analyzer layout in nuget packages (#87860) 2023-06-21 11:22:33 +02:00
generators.targets Allow unnecessary [In, Out] attributes on blittable arrays and report them as unnecessary (#87774) 2023-06-26 19:35:40 -07:00
ILLink.Substitutions.Resources.template Adding generation of substitution files for trimming out resources when feature switch is present (#38397) 2020-06-30 12:24:39 -07:00
illink.targets Don't enable ILLink analyzers for unsupported TFMs (#87071) 2023-06-08 10:10:58 -07:00
install-native-dependencies.sh Simplify numasupport (#84207) 2023-04-06 16:23:56 -07:00
install-nuget-credprovider-then-build.sh
install-nuget-credprovider-then-msbuild.sh
install-nuget-credprovider.sh
intellisense.targets Make sure that intellisense files are copied (#87603) 2023-06-19 19:31:33 +02:00
LicenseHeader.txt Fix a few more license headers (#38973) 2020-07-09 11:32:01 -04:00
liveBuilds.targets [nativeaot] Add Native AOT cross-build support for iOS-like platforms (#88242) 2023-07-11 21:34:35 +02:00
MultiTargetRoslynComponent.targets.template Multi-target Json and Logger Source Generators between Roslyn v3.11 and v4.0 (#58446) 2021-09-13 22:05:45 -05:00
nativepgo.targets Re-enable PGO for linux (#85355) 2023-04-25 17:55:36 -07:00
NoTargetsSdk.BeforeTargets.targets Update Microsoft.Build.* SDKs (#83877) 2023-03-24 15:55:56 +01:00
outerBuild.targets Default BuildTargetFramework to NetCoreAppCurrent so that the ref is (#61760) 2021-11-22 08:23:51 -08:00
packaging.targets Enable the option to invoke APICompat in strict mode for ref-pack servicing (#88707) 2023-07-13 09:10:54 +02:00
Publishing.props Set the publishing infra version to 3 (#59165) 2021-09-15 15:36:05 -07:00
python.targets Improve error for missing Python (#81202) 2023-01-26 17:44:46 -07:00
references.targets Enable the option to invoke APICompat in strict mode for ref-pack servicing (#88707) 2023-07-13 09:10:54 +02:00
regenerate-download-table.proj Replace net7 with net8 in dogfooding and workflow docs (#75453) 2022-09-12 20:40:44 -07:00
regenerate-third-party-notices.proj Update ILLink wording (#82050) 2023-02-23 10:44:50 -08:00
resolveContract.targets Remove unnecessary suppressions in APICompat files (#87094) 2023-06-05 18:58:50 +02:00
resources.targets Avoid duplicate Strings.resx import & code-cleanup (#68220) 2022-04-20 14:55:12 +02:00
sdl-tsa-vars.config Adding sdlConfig file to move policheck out of the build (#36142) 2020-05-13 15:37:34 -07:00
SignCheckExclusionsFile.txt Use SubtleCrypto API on browser DOM scenarios (#65966) 2022-05-24 15:19:32 -07:00
Signing.props Change signature for diagnostic binaries (#74322) 2022-08-22 14:20:26 -07:00
slngen.targets Update solution files to include missing deps (#68668) 2022-05-02 20:14:05 +02:00
slngen.template.proj Re-add S.T.J.SourceGeneration.UnitTests to STJ sln (#57080) 2021-08-10 12:15:55 +01:00
SourceBuild.props add review comment to sb files (#87003) 2023-06-19 07:42:29 -07:00
SourceBuildPrebuiltBaseline.xml add review comment to sb files (#87003) 2023-06-19 07:42:29 -07:00
Subsets.props [nativeaot] Add Native AOT cross-build support for iOS-like platforms (#88242) 2023-07-11 21:34:35 +02:00
SubsetValidation.targets Make build scripts' -help information more helpful (#37377) 2020-06-08 17:58:50 -07:00
SymbolPublishingExclusionsFile.txt
targetingpacks.targets Use analyzers from targeting pack for NetCoreAppCurrent (#87726) 2023-06-19 23:27:38 +02:00
test-configuration.json [wasm][debugger] Fix regex for helix retries when chrome fails to launch (#88632) 2023-07-10 19:59:46 -05:00
Tools.props Change Source link version number refs to new properties (#81190) 2023-02-01 12:34:30 -08:00
TraversalSdk.AfterTargets.targets Leverage the shipping, roslyn based ApiCompat in dotnet/runtime (#73263) 2022-10-16 15:15:28 +02:00
useSharedDesignerContext.txt Consolidate packaging properties (#46331) 2020-12-25 03:02:42 +01:00
Version.Details.xml [main] Update dependencies from 10 repositories (#88245) 2023-07-12 21:09:26 -05:00
versioning.targets Initial build configuration for Haiku (#86303) 2023-05-17 08:10:39 -07:00
Versions.props [main] Update dependencies from 10 repositories (#88245) 2023-07-12 21:09:26 -05:00