Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-03-12Warn on DAM mismatch between overrides (#2656)Jackson Schuster
2022-03-12Share Type.Base intrinsic (#2681)Vitek Karas
2022-03-11Use attributes on lambdas in tests (#2682)Sven Boemer
2022-03-03Add testcase for intrinsic with override (#2674)Sven Boemer
2022-03-02Don't dispose of linked assembly in VerifyLinkingOfOtherAssemblies (#2672)Mike Voorhees
2022-03-01Remove special logic for TypeConverterAttribute (#2659)Jackson Schuster
2022-03-01Share intrinsics for Expression.Property and Field (#2671)Vitek Karas
2022-02-28Fix behavior of intrinsics with empty inputs (#2652)Sven Boemer
2022-02-28Share intrinsic handling of GetMember and similar APIs (#2639)Vitek Karas
2022-02-26Fix Typo in test failure warning (#2660)Jackson Schuster
2022-02-25Understand String.Empty (#2653)Sven Boemer
2022-02-24Rename property to match msbuild camel casetlakollo
2022-02-24Add condition to bypass nameof usage since it will not invoke the member and ...Tlakaelel Axayakatl Ceja
2022-02-24Fix generated test sources (#2646)Sven Boemer
2022-02-23Enable latest analysis (#2641)Marek Safar
2022-02-21Add tests for out and ref parameter data flow (#2633)Vitek Karas
2022-02-19Fix a test after the mergevitek-karas
2022-02-19Merge branch 'main' into merge-damanalyzerAndy Gocke
2022-02-18Update comments on tests with fake generated backing fields (#2630)Vitek Karas
2022-02-18Add test which accessed property backing field via reflection (#2629)Vitek Karas
2022-02-17Add a test for object.GetType not applying DAM-on-type if it's not used (#2619)Vitek Karas
2022-02-17Update tests to match analyzer behavior around intrinsics (#2627)Vitek Karas
2022-02-17Add check for pointer types in IsComInterop (#2623)Jackson Schuster
2022-02-17Adds a test for brackward branch merging an unknown value to the result (#2625)Vitek Karas
2022-02-17Update comment for RequiresUnreferencedCode tests with lambdas (#2555)Jackson Schuster
2022-02-16[DAM analyzer] Analyze exception filters (#2593)Sven Boemer
2022-02-16Suppressing analyzer for compiler generated methods (#2616)Lakshan Fernando
2022-02-16Produce unknown value for array access (#2600)Sven Boemer
2022-02-15Fix how test find the ref pack to compile test cases against (#2610) (#2611)dotnet bot
2022-02-15[DAM analyzer] Track null values in analyzer (#2604)Sven Boemer
2022-02-15[DAM analyzer] Respect EnableTrimAnalyzer property (#2602)Sven Boemer
2022-02-15Fix how test find the ref pack to compile test cases against (#2610)Vitek Karas
2022-02-15Fix property set expression valueSven Boemer
2022-02-15Produce warnings for annotations on invalid types (#2599)Tlakaelel Axayakatl Ceja
2022-02-14Use type parameter names from method declaration instead of instance in GetDi...Jackson Schuster
2022-02-11[DAM analyzer] Disable dataflow warnings for unimplemented intrinsics (#2596)Sven Boemer
2022-02-10No analyzer warnings for intrinsics (#2597)Lakshan Fernando
2022-02-09Merge pull request #2594 from dotnet/merges/main-to-feature/damAnalyzerSven Boemer
2022-02-09Merge remote-tracking branch 'origin/feature/damAnalyzer' into mergeFromMainSven Boemer
2022-02-08Analyzer suppression test fix (#2584)Lakshan Fernando
2022-02-08Fix formattingSven Boemer
2022-02-08Merge remote-tracking branch 'origin/feature/damAnalyzer' into mergeFromMainSven Boemer
2022-02-05Share more intrinsics (#2571)Vitek Karas
2022-02-04Enable array arguments for custom attributes in xml and add array ctor for Re...Jackson Schuster
2022-02-04Fix lint job in CI (#2581)Vitek Karas
2022-02-03[DAM analyzer] Check for unexpected analyzer warnings in linker tests (#2523)Sven Boemer
2022-02-03Handle object creation as a call to .ctor (#2577)Vitek Karas
2022-02-02Produce diagnostics for KnownValueTypes that have annotations in its members ...Tlakaelel Axayakatl Ceja
2022-02-02Support array types in generic parameter (#2576)Lakshan Fernando
2022-02-01Skip failing test with array type generic argumentSven Boemer