Tamas Vajk
|
2f1472fa48
|
Code quality improvements (fixed log message, removed unused interface)
|
2024-02-15 08:52:44 +01:00 |
|
Tamas Vajk
|
12663b58f1
|
C# Only remove temp files for MVC view generation if needed
|
2024-02-14 17:00:37 +01:00 |
|
Tamas Vajk
|
70b6ae6876
|
Add comments to nuget.config file restore
|
2024-02-12 11:59:19 +01:00 |
|
Tamas Vajk
|
5be3993405
|
Preserve nuget.config file casing after cleanup
|
2024-02-12 10:40:33 +01:00 |
|
Tamas Vajk
|
26cea33cc6
|
C# - Add default nuget feed if there's none
|
2024-02-12 10:40:33 +01:00 |
|
Tamas Vajk
|
4eeca02da6
|
Change file content string comparisons to be case invariant
|
2024-02-07 14:58:19 +01:00 |
|
Tamas Vajk
|
b8dbb8c866
|
C# Add missing Windows Forms implicit usings
|
2024-02-07 10:41:21 +01:00 |
|
Tamas Vajk
|
809da54229
|
Revert unneeded changes and simplify code
|
2024-02-05 14:21:13 +01:00 |
|
Tamas Vajk
|
c2c7826936
|
C#: Extract dependency restore telemetry data
|
2024-02-05 13:09:04 +01:00 |
|
Tom Hvitved
|
6df313b9d1
|
Merge pull request #15509 from hvitved/csharp/node-reuse-dependency-fetching
C#: Disable msbuild node reuse in dependency fetcher
|
2024-02-02 13:54:53 +01:00 |
|
Tom Hvitved
|
fa3130cc95
|
C#: Disable msbuild node reuse in dependency fetcher
|
2024-02-02 10:15:33 +01:00 |
|
Tamas Vajk
|
7b554636ae
|
C#: Improve messages in buildless extraction logs
|
2024-02-01 16:45:59 +01:00 |
|
Tamas Vajk
|
f16aa034a2
|
Code quality improvement
|
2024-01-29 12:29:01 +01:00 |
|
Tamas Vajk
|
d7de5fcfcb
|
C#: Change asp.net core view generation to be opt out
|
2024-01-29 10:52:26 +01:00 |
|
Tamas Vajk
|
199b0578be
|
C#: Log number of restored dotnet framework variants
|
2024-01-24 15:23:38 +01:00 |
|
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
|
13c236227f
|
C#: Apply suggestions from code review
Co-authored-by: Michael B. Gale <mbg@github.com>
|
2024-01-15 15:51:36 +01:00 |
|
Rasmus Wriedt Larsen
|
59d239b230
|
C#: Respect order of LGTM_INDEX_FILTERS in buildless extraction
That is, using `exclude:**/*\ninclude:**/*` should include everything.
|
2024-01-15 11:45:58 +01:00 |
|
Tamas Vajk
|
dd64b436c0
|
C#: Fix working directory structures in standalone
|
2023-12-19 12:54:00 +01:00 |
|
Tamas Vajk
|
f9c6d5e808
|
Ensure files are only enumerated once
|
2023-12-18 14:39:02 +01:00 |
|
Tamas Vajk
|
b14d26ab62
|
C#: Exclude not existing or problematic files from extraction
|
2023-12-18 14:10:56 +01:00 |
|
Tamas Vajk
|
ee70de8879
|
Fix code review findings
|
2023-12-14 10:15:22 +01:00 |
|
Tamas Vajk
|
728229e6e1
|
Fix code review findings
|
2023-12-14 09:44:20 +01:00 |
|
Tamas Vajk
|
c870b0d4e9
|
Add more logging to the file filtering
|
2023-12-13 14:14:07 +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 |
|
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 |
|
Tom Hvitved
|
866f124a95
|
C#: Use CODEQL_EXTRACTOR_CSHARP_SCRATCH_DIR instead of Path.GetTempPath
|
2023-12-11 13:10:46 +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 |
|
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 |
|
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
|
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
|
7b75a30851
|
C#: Add framework detection to the assets.json parser.
|
2023-11-17 09:39:51 +01:00 |
|
Tamas Vajk
|
5c05a4c752
|
Restore nuget.exe and dotnet restore packages to separate folders
|
2023-11-09 11:20:00 +01:00 |
|