Michael Nebel
|
df4f2a367b
|
C#: Update unit tests.
|
2023-11-03 13:42:32 +01:00 |
|
Michael Nebel
|
31f602cd47
|
C#: Make path concatenation OS invariant.
|
2023-11-03 13:35:06 +01:00 |
|
Michael Nebel
|
4689bdb468
|
C#: Log unused downloaded packages.
|
2023-11-03 13:27:51 +01:00 |
|
Michael Nebel
|
1054e7a4ee
|
C#: Update assets unit tests.
|
2023-11-03 13:27:51 +01:00 |
|
Michael Nebel
|
003166af13
|
C#: Collect information about used dependencies in a Dependencies object.
|
2023-11-03 13:27:51 +01:00 |
|
Michael Nebel
|
eb228b6e68
|
C#: Address some review comments.
|
2023-11-03 11:32:53 +01:00 |
|
Michael Nebel
|
7b91be6c52
|
C#: Allways add Windows Desktop App dlls if the NuGet package is downloaded.
|
2023-11-03 11:31:28 +01:00 |
|
Michael Nebel
|
11505d6842
|
C#: Make the assembly cache more robust against non-existing paths.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
56a70da28f
|
C#: Remove package cleanup in the dependency manager.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
70996a4c7e
|
C#: Rename dllDirNames to dllPaths.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
576eda3ec6
|
C#: Add missing package directory to included dlls.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
4cebb7e848
|
C#: Integrate the assets parsing and fetching in the dependency manager.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
f8d427336e
|
C#: Add assets parsing unit test.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
7bbf1a24d4
|
C#: Add assets.json parser.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
c6c00e7179
|
C#: Add tests cases for parsing dotnet restore output to find assets.json files.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
3a7df994cb
|
C#: The dependency manager should find assets.json files when doing a project or solution restore.
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
387a241efd
|
C#: Set output verbosity to normal for both solution and project restore (needed to identify where assets file are located).
|
2023-11-03 11:31:27 +01:00 |
|
Michael Nebel
|
a161d6e666
|
C#: Update unit tests.
|
2023-11-02 15:46:39 +01:00 |
|
Michael Nebel
|
9ea6ef06ef
|
C#: Commented out references in project files should not be used.
|
2023-11-02 15:45:30 +01:00 |
|
Tamás Vajk
|
81b3ff2bb8
|
Merge pull request #14545 from tamasvajk/standalone/remove-netstandard.library.ref
C#: Handle `netstandard` references in standalone extraction
|
2023-10-31 11:32:42 +01:00 |
|
Tamás Vajk
|
b9c89750b9
|
Merge pull request #14493 from tamasvajk/fix/params-attribute-argument
C#: Fix params attribute argument extraction
|
2023-10-30 10:50:02 +01:00 |
|
Tom Hvitved
|
abc16abf6f
|
C#: Include AttributeUsages in stub generator
|
2023-10-27 08:34:20 +02:00 |
|
Tamas Vajk
|
3f1e145d2c
|
C#: Rework .net framework reference removal
|
2023-10-20 14:40:13 +02:00 |
|
Tamas Vajk
|
fc1fc05d16
|
C#: Rework .net framework reference removal
|
2023-10-20 09:22:14 +02:00 |
|
Tamas Vajk
|
fbfafbfdd4
|
C#: Remove netstandard.library.ref from the references
|
2023-10-19 15:49:16 +02:00 |
|
Tamas Vajk
|
15ec0a10c9
|
Code quality improvements
|
2023-10-13 14:09:58 +02:00 |
|
Tamas Vajk
|
791a6422b3
|
C#: Fix params attribute argument extraction
|
2023-10-13 11:30:02 +02:00 |
|
Tamas Vajk
|
3b4ea27caf
|
Be more explicit about expected assembly loading exceptions
|
2023-10-12 11:10:30 +02:00 |
|
Tamas Vajk
|
09c1c715a3
|
Filter analyzer assemblies from nuget packages
|
2023-10-12 11:10:30 +02:00 |
|
Tamas Vajk
|
da096553a2
|
Do not throw exception when working directory cleanup fails
|
2023-10-11 20:48:17 +02:00 |
|
Tamas Vajk
|
e1b283c14a
|
Exclude nuget packages with prefix runtime. from the references
|
2023-10-11 16:25:34 +02:00 |
|
Tamas Vajk
|
93380f8cbb
|
Force the nuget download of dotnet framework reference assemblies
|
2023-10-11 16:25:34 +02:00 |
|
Tamas Vajk
|
4e2c6ff8d7
|
C#: Consider possibly restored reference assemblies
|
2023-10-11 16:25:34 +02:00 |
|
Tamas Vajk
|
4887c697c9
|
C#: Choose between .NET framework or core DLLs in standalone
|
2023-10-11 16:25:34 +02:00 |
|
Tamas Vajk
|
2378e31c5e
|
C#: Make conflicting assembly selection deterministic
|
2023-10-10 16:32:02 +02:00 |
|
Tamas Vajk
|
1872a937d5
|
C#: Only download nuget.exe if there are packages.config files
|
2023-10-10 11:39:39 +02:00 |
|
Tamas Vajk
|
de45a9b137
|
C#: Extract compilation DB entity in standalone mode
|
2023-10-02 12:54:49 +02:00 |
|
Michael Nebel
|
3fd083b249
|
C#: Enable the stub generator tests.
|
2023-09-29 09:35:43 +02:00 |
|
Michael Nebel
|
086588982e
|
C#: Ensure that always use the same newline symbol for stub generation.
|
2023-09-29 09:35:42 +02:00 |
|
Michael Nebel
|
cb1647cd02
|
C#: Disable unit tests (need to fix line ending issues).
|
2023-09-27 15:35:48 +02:00 |
|
Michael Nebel
|
53c947dd9d
|
C#: Add a couple of unit tests.
|
2023-09-27 11:44:17 +02:00 |
|
Michael Nebel
|
4c3cbad8fe
|
C#: Prepare stub generator for unit testing and expose internals to the Test project.
|
2023-09-27 11:44:17 +02:00 |
|
Michael Nebel
|
839ef7fef5
|
C#: Add compile time constants for some types of fields in the stub generator.
|
2023-09-26 15:06:30 +02:00 |
|
Michael Nebel
|
82f5a02729
|
C#: Add readonly modifier to fields during stub generation.
|
2023-09-26 12:28:00 +02:00 |
|
Tom Hvitved
|
ef699e5195
|
C#: Rely on CLI to cleanup scratch dir
|
2023-09-26 09:15:19 +02:00 |
|
Tom Hvitved
|
5adacb8477
|
Merge pull request #14311 from hvitved/csharp/dependency-manager-generated-files
C#: Expose generated files in `DependencyManager`
|
2023-09-26 08:15:32 +02:00 |
|
Tom Hvitved
|
a045e6b029
|
C#: Expose generated files in DependencyManager
|
2023-09-25 20:16:58 +02:00 |
|
Tom Hvitved
|
f02d281188
|
Merge pull request #14309 from hvitved/csharp/stub-generator-output
C#: Make `GenerateStubs` return list of generated output
|
2023-09-25 14:46:49 +02:00 |
|
Tom Hvitved
|
4bfd6771b4
|
C#: Make GenerateStubs return list of generated output
|
2023-09-25 13:27:50 +02:00 |
|
Tamás Vajk
|
831e50ccda
|
Merge pull request #14306 from tamasvajk/standalone/remove-runtime-nuget-packages-2
C#: Remove legacy runtime packages from extraction references
|
2023-09-25 13:23:43 +02:00 |
|