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-23`LibraryImport` generator `AllowUnsafeBlocks` diagnostic (#72650)Aaron Robinson
2022-05-12Remove properties that are already set globally (#69255)Viktor Hofer
2022-04-28Use SYSLIB prefix for all LibraryImportGenerator diagnostics (#68613)Elinor Fung
2022-03-28Let CustomTypeMarshaller implementation use Span of unmanaged type for Value ...Elinor Fung
2022-03-10Rename `GeneratedDllImportAttribute` -> `LibraryImportAttribute` (#66307)Elinor Fung
2022-03-04Rename `DllImportGenerator` project to `LibraryImportGenerator` (#66029)Elinor Fung
2021-11-18Fix building DllImportGeneratorSample (#61806)Elinor Fung
2021-10-06Dllimport generator build and test fixes (#59658)Jeremy Koritzinsky
2021-09-23Hook up DllImportGenerator to the libraries build (excluding solution file re...Jeremy Koritzinsky
2021-09-11Refactor DllImportGenerator project for easier extensibility (dotnet/runtimel...Jeremy Koritzinsky
2021-04-30Switch to the now-built-in Marshal APIs from MarshalEx (dotnet/runtimelab#1042)Jeremy Koritzinsky
2020-12-07Update prefix of packages and published assemblies (dotnet/runtimelab#423)Aaron Robinson
2020-12-01Add analyzer to flag converting from DllImport to GeneratedDllImport (dotnet/...Elinor Fung
2020-11-10Disable packing Demo app, tools, and test assets. (dotnet/runtimelab#327)Jeremy Koritzinsky
2020-10-20Enable nullability checks across DllImportGenerator (dotnet/runtimelab#213)Jeremy Koritzinsky
2020-10-10Report diagnostics in generator (dotnet/runtimelab#158)Elinor Fung
2020-10-08Create test projects (dotnet/runtimelab#149)Aaron Robinson
2020-10-06SafeHandle marshalling (dotnet/runtimelab#133)Jeremy Koritzinsky
2020-09-26Consume DNNE for testing (dotnet/runtimelab#124)Aaron Robinson
2020-08-04Collect DllImport details through Roslyn semantic model (dotnet/runtimelab#36)Aaron Robinson
2020-07-13Add example that runs on Windows to the demo project.Aaron Robinson
2020-07-13Initial scaffolding for DllImportGeneratorAaron Robinson