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 |
|
Michael Nebel
|
864f60f90f
|
C#: Re-arrange using statements.
|
2023-08-21 09:41:28 +02:00 |
|
Michael Nebel
|
c0d1179c8a
|
C#: Minimal update of relevant code to minimize project dependencies and hide some implementation details behind interfaces.
|
2023-08-18 11:42:12 +02:00 |
|
Michael Nebel
|
d76bb49b6a
|
C#: Make some FileContent unit tests.
|
2023-08-14 11:18:19 +02:00 |
|
Michael Nebel
|
9e03a211a5
|
C#: Add unit test where path to dotnet frameworks contain whitespaces.
|
2023-08-14 10:40:00 +02:00 |
|
Tamas Vajk
|
35cc058474
|
C#: Fix test expectations in RuntimeVersion tests to handle platform dependent behaviour of Path.Combine
|
2023-07-13 09:50:26 +02:00 |
|
Tamas Vajk
|
65ed244f34
|
C#: Add missing parameter to interface
|
2023-07-07 16:10:41 +02:00 |
|
Michael Nebel
|
e4aaa43c43
|
C#: Also support alpha, beta, rc candidates.
|
2023-07-07 14:06:11 +02:00 |
|
Michael Nebel
|
f065ba9aa1
|
C#: Add unit tests for runtime version fetching.
|
2023-07-07 13:21:02 +02:00 |
|
Michael Nebel
|
3a4e5700e8
|
C#: Update project targets, workflows and other scripts to use .NET 7.
|
2023-01-31 13:20:59 +01:00 |
|
Tom Hvitved
|
eda028721e
|
C#: Update all nuget packages
|
2022-11-15 09:19:33 +01:00 |
|
Michael Nebel
|
da214c89d6
|
C#: Update unit tests.
|
2022-08-30 14:34:54 +02:00 |
|