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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06Update design and expose new attributes for the CustomTypeMarshaller support ...Jeremy Koritzinsky
2022-06-29Update to use CustomMarshaller entry point type (#71398)Elinor Fung
2022-06-25Custom marshallers v2 usage (#71238)Jeremy Koritzinsky
2022-05-12Define convention to consume and/or package analyzers (#69069)Viktor Hofer
2022-05-10Update generators.targets (#68860)Viktor Hofer
2022-04-27Fix VS complaining about missing projects in slns (continued) (#68543)Viktor Hofer
2022-04-25Fix VS complaining about missing projects in slns (#68488)Viktor Hofer
2022-04-19Expose ArrayMarshaller and PointerArrayMarshaller (#68173)Elinor Fung
2022-03-26Expose the custom type marshalling types for source-generated interop. (#67052)Jeremy Koritzinsky
2022-03-23Add the CustomTypeMarshallerAttribute type to make it easier to identify mars...Jeremy Koritzinsky
2022-03-16Expose `LibraryImportAttribute` (#66434)Elinor Fung
2022-03-10Rename `GeneratedDllImportAttribute` -> `LibraryImportAttribute` (#66307)Elinor Fung
2022-03-04Rename `DllImportGenerator` project to `LibraryImportGenerator` (#66029)Elinor Fung
2022-02-28Make Is*Project properties unambiguous and improve IsGeneratorProject detecti...Viktor Hofer
2022-02-24Add RegexGenerator to System.ComponentModel.TypeConverter. (#62325)Stephen A. Imhoff
2022-02-24sfx+oob split, shim project refactoring, P2PsViktor Hofer
2022-02-24Update GeneratedDllImportAttribute CharSet -> StringMarshalling (#65544)Elinor Fung
2022-02-20Remove S.R.CS.Unsafe and Intrinsify Unsafe (#64861)Wraith
2022-01-07[DllImportGenerator] Remove DLLIMPORTGENERATOR_ENABLED define (#63464)Elinor Fung
2021-12-09Switch over miscellaneous DllImports to GeneratedDllImport. (#62353)Jeremy Koritzinsky
2021-12-01Remove workarounds for referencing the DllImport source generator now that we...Jeremy Koritzinsky
2021-11-18Remove race condition from DllImportGenerator build (#61695)Jeremy Koritzinsky
2021-11-17[DllImportGenerator] Enable on projects without System.Memory and System.Runt...Elinor Fung
2021-11-15Use GeneratedDllImport for blittable p/invokes in System.Diagnostics.Process,...Elinor Fung
2021-11-12Remove all DLLIMPORTGENERATOR_ENABLED usage. (#61476)Aaron Robinson
2021-11-11Use DllImportGenerator in System.Diagnostics.PerformanceCounter (#61389)Elinor Fung
2021-11-06Convert to OleDb assembly and last Cryptography DllImport to GeneratedDllImpo...Aaron Robinson
2021-10-06Dllimport generator build and test fixes (#59658)Jeremy Koritzinsky
2021-09-24Remove target framework in the call to DllImportGenerator.csproj.Jeremy Koritzinsky
2021-09-23Hook up DllImportGenerator to the libraries build (excluding solution file re...Jeremy Koritzinsky
2021-09-15Update DllImportGenerator to the latest version (#59117)Jeremy Koritzinsky
2021-06-10Don't enable DllImport generator for shims (#53973)Elinor Fung
2021-05-10Basic infrastructure to enable DllImportGenerator (#52486)Elinor Fung