Michael Nebel
|
766baa9a50
|
C#: Add support for ref readonly parameters in the stub generator.
|
2023-12-13 11:09:57 +01:00 |
|
Tom Hvitved
|
9b043a10cc
|
Merge pull request #15063 from hvitved/csharp/use-scratch-dir
C#: Use `CODEQL_EXTRACTOR_CSHARP_SCRATCH_DIR` instead of `Path.GetTempPath`
|
2023-12-12 08:16:04 +01:00 |
|
Michael Nebel
|
7006d00702
|
Merge pull request #14892 from michaelnebel/csharp/dotnet8
C#: Use .NET 8
|
2023-12-11 13:53:35 +01:00 |
|
Tom Hvitved
|
866f124a95
|
C#: Use CODEQL_EXTRACTOR_CSHARP_SCRATCH_DIR instead of Path.GetTempPath
|
2023-12-11 13:10:46 +01:00 |
|
Michael Nebel
|
c8542e972e
|
C#: Fix compiler warnings.
|
2023-12-11 10:57:44 +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
|
9aeba5063f
|
C#: Use cast expressions for object defaults.
|
2023-12-08 15:37:12 +01:00 |
|
Michael Nebel
|
2e6e2eabf2
|
Merge pull request #15036 from michaelnebel/csharp/intptrdefaultssimple
C#: Parameter defaults for `nint` and `nuint` in compiled code.
|
2023-12-07 16:20:41 +01:00 |
|
Michael Nebel
|
aac3ec81f2
|
C#: Add generated cast expression for nuint and nint parameter defaults.
|
2023-12-07 13:14:24 +01:00 |
|
Tamas Vajk
|
50b7ab8448
|
C#: Add interpolated string handler attributes to generated stubs
|
2023-12-06 15:40:48 +01:00 |
|
Tamas Vajk
|
efa7408491
|
C#: Use latest asp.net core/windows desktop framework DLLs from nuget folder
|
2023-12-06 10:17:02 +01:00 |
|
Tamas Vajk
|
1b37c66bf8
|
C#: Only consider latest version of dotnet framework flavors
|
2023-12-05 16:33:42 +01:00 |
|
Tamás Vajk
|
b06113a21e
|
Merge pull request #14991 from tamasvajk/standalone/prefer-assembly-version-over-netcore-version
C#: Prefer assembly version over netcore version in conflict resolution
|
2023-12-05 08:49:08 +01:00 |
|
Tamas Vajk
|
267125a65e
|
Adjust comment on OrderAssemblyInfosByPreference method
|
2023-12-04 15:21:30 +01:00 |
|
Michael Nebel
|
e028c59a07
|
Merge pull request #14982 from michaelnebel/csharp/fixmissingpackageprinting
C#: Fix problem with logging unused packages.
|
2023-12-04 12:10:21 +01:00 |
|
Tamas Vajk
|
6f82e63461
|
C#: Prefer assembly version over netcore version in conflict resolution
|
2023-12-04 11:08:33 +01:00 |
|
Tamas Vajk
|
31c1caf518
|
Code quality improvements
|
2023-12-04 10:20:55 +01:00 |
|
Michael Nebel
|
aec070f918
|
C#: Fix problem with logging unused packages. The dependencies only contains the paths relative to the package directory.
|
2023-12-01 15:24:33 +01:00 |
|
Tamas Vajk
|
0cc94b3a46
|
C#: Prefer framework assemblies over arbitrary nuget equivalents
|
2023-11-30 10:54:19 +01:00 |
|
Tom Hvitved
|
fea2bf9217
|
C#: Prevent infinite recursion in EqualsModuloTupleElementNames
|
2023-11-28 11:45:09 +01:00 |
|
Michael Nebel
|
d8e7c9c986
|
Merge pull request #14767 from michaelnebel/csharp/projectframeworkassets
C#: Framework dependency detection.
|
2023-11-21 10:55:30 +01:00 |
|
Michael Nebel
|
a9a55dfcd6
|
C#: In Assets parser let TryReadAllText return null on read error.
|
2023-11-20 08:35:50 +01:00 |
|
Michael Nebel
|
7531852ea6
|
C#: Log information about asset file read errors.
|
2023-11-17 15:40:58 +01:00 |
|
Michael Nebel
|
cd9786a952
|
C#: Assets paths should contain at least one character.
|
2023-11-17 15:36:15 +01:00 |
|
Michael Nebel
|
b7b10ce549
|
C#: Address review comments.
|
2023-11-17 09:47:36 +01:00 |
|
Michael Nebel
|
49b2209c62
|
C#: Update and more assets unit tests.
|
2023-11-17 09:39:51 +01:00 |
|
Michael Nebel
|
890cba6e95
|
C#: Disregard _._ dependencies and only default to use an entire framework in case the compile section is empty.
|
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
|
7b75a30851
|
C#: Add framework detection to the assets.json parser.
|
2023-11-17 09:39:51 +01:00 |
|
Tamas Vajk
|
7a001f4905
|
C#: Fix assembly attribute extraction in standalone mode
|
2023-11-15 12:21:03 +01:00 |
|
Tamás Vajk
|
7112409d27
|
Merge pull request #14723 from tamasvajk/standalone/include-nuget-restored-folders
C#: Include all (legacy) nuget restored folders in standalone references
|
2023-11-09 20:27:44 +01:00 |
|
Michael Nebel
|
4cc75c5bd6
|
Merge pull request #14564 from michaelnebel/csharp/cildefaultfalse
C#: Disable CIL extraction by default.
|
2023-11-09 13:06:54 +01:00 |
|
Tamas Vajk
|
5c05a4c752
|
Restore nuget.exe and dotnet restore packages to separate folders
|
2023-11-09 11:20:00 +01:00 |
|
Tamas Vajk
|
d44d980003
|
C#: Exclude tools folders in legacy nuget packages
|
2023-11-09 11:19:02 +01:00 |
|
Tamas Vajk
|
2273bb13b8
|
C#: Include all (legacy) nuget restored folders in standalone references
|
2023-11-08 14:02:41 +01:00 |
|
Tamás Vajk
|
4ae35d179e
|
Merge pull request #14707 from tamasvajk/standalone/framework-nuget-1
C#: Keep only one framework reference nuget package in standalone
|
2023-11-08 12:52:52 +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
|
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 |
|
Tamas Vajk
|
0f31fc7cbe
|
C#: Keep only one framework reference nuget package in standalone
|
2023-11-07 12:12:59 +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
|
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 |
|