Tamas Vajk
|
30095e3179
|
Refactor dotnet restore calls
|
2024-01-24 13:56:40 +01:00 |
|
Tamas Vajk
|
d742cd3e44
|
C#: Remove progress monitor from dependency fetcher, use logger directly
|
2024-01-24 12:29:02 +01:00 |
|
Tamas Vajk
|
13a8168c8e
|
C#: Improve log messages in standalone extractor
|
2024-01-24 12:28:00 +01:00 |
|
Tamas Vajk
|
de4e3963e7
|
C#: Try fallback nuget restore without nuget.config
|
2024-01-22 15:42:06 +01:00 |
|
Rasmus Wriedt Larsen
|
086e4f7f12
|
C#: Adjust test for LGTM_INDEX_FILTERS
|
2024-01-15 15:50:25 +01:00 |
|
Michael Nebel
|
f6af593b0b
|
C#: Add a unit test for escaping method names.
|
2023-12-15 12:04:46 +01:00 |
|
Tamas Vajk
|
c870b0d4e9
|
Add more logging to the file filtering
|
2023-12-13 14:14:07 +01:00 |
|
Tamas Vajk
|
f2435f89f1
|
Simplify test setup
|
2023-12-13 13:03:23 +01:00 |
|
Tamas Vajk
|
993dd767ac
|
C#: Add paths/paths-ignore support in standalone
|
2023-12-13 12:15:56 +01:00 |
|
Tamas Vajk
|
21229b93bf
|
C#: Remove unneeded options from standalone extractor
|
2023-12-13 12:15:56 +01:00 |
|
Michael Nebel
|
b7f4bfe719
|
C#: Add a unit test for stub generation of ref readonly parameters.
|
2023-12-13 11:09:57 +01:00 |
|
Michael Nebel
|
09239ba804
|
C#: Update NuGet packages.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
9ab9f2b0e6
|
C#: Update all project files to use .NET 8 as target framework.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
49b2209c62
|
C#: Update and more assets unit tests.
|
2023-11-17 09:39:51 +01:00 |
|
Michael Nebel
|
e89fe8ddde
|
C#: Re-factor the hardcoded package names into a separate class.
|
2023-11-17 09:39:51 +01:00 |
|
Michael Nebel
|
98dbbe907e
|
C#: Update unit tests.
|
2023-11-17 09:39:51 +01:00 |
|
Michael Nebel
|
8f23ba83be
|
C#: Update Options unit tests to reflect the new default.
|
2023-11-08 09:40:01 +01:00 |
|
Michael Nebel
|
4bcf9e50a0
|
C#: Address review comments.
|
2023-11-06 10:02:53 +01:00 |
|
Michael Nebel
|
df4f2a367b
|
C#: Update unit tests.
|
2023-11-03 13:42:32 +01:00 |
|
Michael Nebel
|
1054e7a4ee
|
C#: Update assets unit tests.
|
2023-11-03 13:27:51 +01:00 |
|
Michael Nebel
|
f8d427336e
|
C#: Add assets parsing unit test.
|
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
|
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 |
|
Tamas Vajk
|
15ec0a10c9
|
Code quality improvements
|
2023-10-13 14:09:58 +02:00 |
|
Tamas Vajk
|
93380f8cbb
|
Force the nuget download of dotnet framework 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 |
|
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 |
|
Tom Hvitved
|
2429a5383d
|
C#: Move NestPaths to Semmle.Util
|
2023-09-21 11:33:25 +02:00 |
|
Tamas Vajk
|
edc93dfeb7
|
Add managed thread ID to extractor log messages
|
2023-09-19 14:56:27 +02:00 |
|
Tamas Vajk
|
dfd7f1e78b
|
C#: Parallelize restore logic of missing packages
|
2023-09-19 14:43:23 +02:00 |
|
Michael Nebel
|
a3da11a962
|
C#: Rename DotNetCliWrapper to DotNet.
|
2023-09-19 11:12:36 +02:00 |
|
Michael Nebel
|
31327f4f73
|
C#: Only access the DotNetCliWrapper using the IDotNet interface.
|
2023-09-19 11:03:26 +02:00 |
|
Michael Nebel
|
1fd85f4fe3
|
C#: Rename DotNet to DotNetCliWrapper.
|
2023-09-19 11:03:26 +02:00 |
|
Michael Nebel
|
82e56e6dae
|
C#: Rename DotnetCommand to DotNetCliInvoker.
|
2023-09-19 11:03:26 +02:00 |
|
Michael Nebel
|
d60055b148
|
C#: Add unit tests for DotNet.
|
2023-09-19 11:03:25 +02:00 |
|
Tamas Vajk
|
fa814a5276
|
Add test cases for implicit using parsing
|
2023-09-18 12:47:50 +02:00 |
|
Michael Nebel
|
0127b779b5
|
C#: Address review comments.
|
2023-09-13 13:31:58 +02:00 |
|
Michael Nebel
|
6bfaa90fe4
|
C#: Avoid explicitly restoring the projects in the restored solution files.
|
2023-09-11 13:30:28 +02:00 |
|
Tom Hvitved
|
6e0ff56788
|
Revert "C#: Bump all dependencies"
|
2023-09-06 16:23:38 +02:00 |
|
Michael Nebel
|
a966c0e1eb
|
C#: Do not include the mscorlib assembly and remove the option.
|
2023-08-30 14:19:11 +02:00 |
|
Tom Hvitved
|
bce47fe344
|
C#: Bump all dependencies
|
2023-08-29 09:24:39 +02:00 |
|
Michael Nebel
|
a81d982c90
|
C#: Fetch file info fewer times and make dependencies more clear.
|
2023-08-25 14:04:52 +02:00 |
|
Michael Nebel
|
c1f167ceee
|
C#: Move package filtering logic from FileContent to DependencyManager.
|
2023-08-22 14:51:33 +02:00 |
|
Tamas Vajk
|
87d0d723ed
|
C#: Fix lazy evaluation of not yet downloaded packages
|
2023-08-22 14:50:03 +02:00 |
|
Tamás Vajk
|
afe1e9c453
|
Merge pull request #13957 from tamasvajk/razor-standalone-2
C#: Generate source files from cshtml files in standalone
|
2023-08-22 14:22:11 +02:00 |
|
Tamas Vajk
|
d391246f27
|
C#: Generate source files from .cshtml files in standalone
|
2023-08-21 10:38:21 +02:00 |
|