Michael Nebel
|
b1c3915fd9
|
Merge pull request #14712 from michaelnebel/csharp/tracerdotnettest
C#: Tracer improvement for `dotnet test`
|
2023-11-08 12:03:19 +01:00 |
|
Michael Nebel
|
0cf00ebb5d
|
C#: Re-introduce null check in cached entity hash code calculation.
|
2023-11-08 10:59:06 +01:00 |
|
Michael Nebel
|
69e8621062
|
C#: Fix compiler warning of possible null de-reference.
|
2023-11-08 10:21:26 +01:00 |
|
Michael Nebel
|
cd4a546763
|
C#: Add CIL extraction change note.
|
2023-11-08 09:40:01 +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
|
9b56e83745
|
C#: Set CIL extraction default to false.
|
2023-11-08 09:40:01 +01:00 |
|
Michael Nebel
|
21cb4909cf
|
C#: Add integration test.
|
2023-11-07 15:26:55 +01:00 |
|
Tom Hvitved
|
b2512eb212
|
Merge pull request #14678 from hvitved/csharp/mad-operator-fix
C#: Correctly parse operator names in MaD
|
2023-11-07 15:11:01 +01:00 |
|
Michael Nebel
|
7ea8f88d47
|
C#: Allow exe and dll files for dotnet test to start with any character.
|
2023-11-07 14:52:37 +01:00 |
|
Tamas Vajk
|
a70d9691da
|
C#: Add standalone test with multiple targets
|
2023-11-07 13:39:43 +01:00 |
|
Tom Hvitved
|
af7b295c59
|
Address review comments
|
2023-11-07 13:01:19 +01:00 |
|
Tamas Vajk
|
0f31fc7cbe
|
C#: Keep only one framework reference nuget package in standalone
|
2023-11-07 12:12:59 +01:00 |
|
Michael Nebel
|
3f0be47c7b
|
Merge pull request #14655 from michaelnebel/csharp/projectassetspackages
C#: Use `project.assets.json` for package dependencies.
|
2023-11-06 16:26:38 +01:00 |
|
Tom Hvitved
|
d86293f9b4
|
Merge pull request #14690 from hvitved/csharp/gvn-unbound-type
|
2023-11-06 15:30:53 +01:00 |
|
Tom Hvitved
|
12cd1c1011
|
C#: Deprecate UnboundGenericType::getInstanceType/0
|
2023-11-06 13:01:57 +01:00 |
|
Tom Hvitved
|
602d16d73f
|
C#: Add another data flow test
|
2023-11-06 10:18:32 +01:00 |
|
Michael Nebel
|
4bcf9e50a0
|
C#: Address review comments.
|
2023-11-06 10:02:53 +01:00 |
|
Tom Hvitved
|
467854ba4b
|
C#: Convert a data flow test to use inline test expectations
|
2023-11-06 09:54:34 +01:00 |
|
Tom Hvitved
|
3e3ea51e69
|
C#: Correctly parse operator names in MaD
|
2023-11-05 20:58:47 +01:00 |
|
Tom Hvitved
|
2a33a86c9d
|
C#: Merge ExternalFlow.qll and ExternalFlowExtensions.qll, and move to internal
|
2023-11-05 20:58:47 +01:00 |
|
Tom Hvitved
|
aa521ecd59
|
C#: Include more libraries in flow summaries test
|
2023-11-05 20:23:10 +01:00 |
|
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
|
62dd86bacb
|
C#: Update standalone integration tests expected output.
|
2023-11-03 11:32:48 +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
|
4009f03087
|
Merge pull request #14665 from michaelnebel/csharp/projectreference
C#: Update DependencyManager logic to exclude commented out references.
|
2023-11-03 10:30:03 +01:00 |
|
Tom Hvitved
|
af524f0043
|
Revert "C#: Temporary changes to model generator"
This reverts commit 0f6cea6bd6ecd61139dc09e7b68bf0b8ebc009fe.
|
2023-11-03 09:51:40 +01:00 |
|
Tom Hvitved
|
894f9ab8fa
|
C#: Split generated/dotnet_runtime.yml into separate files
|
2023-11-03 09:51:40 +01:00 |
|
Tom Hvitved
|
7082efa037
|
C#: Temporary changes to model generator
|
2023-11-03 09:51:40 +01:00 |
|
Tom Hvitved
|
13e60d7b11
|
Revert "C#: Split generated/dotnet_runtime.yml into separate files"
|
2023-11-03 09:07:54 +01:00 |
|
Michael Nebel
|
0bf2d77a7e
|
C#: Update integration tests.
|
2023-11-02 15:46:54 +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 |
|
Tom Hvitved
|
a35bda2946
|
Merge pull request #14663 from hvitved/csharp/split-generated-mad-files
C#: Split `generated/dotnet_runtime.yml` into separate files
|
2023-11-02 14:36:48 +01:00 |
|
Tom Hvitved
|
a9e2f55b61
|
C#: Split generated/dotnet_runtime.yml into separate files
|
2023-11-02 12:45:47 +01:00 |
|
Tom Hvitved
|
12d856737a
|
Address review comments
|
2023-11-02 12:38:35 +01:00 |
|