Michael Nebel
|
3105697c7f
|
Merge pull request #16200 from michaelnebel/csharp/dependencylogging
C#: Logging
|
2024-04-16 08:24:36 +02:00 |
|
Michael Nebel
|
d5073df24c
|
Merge pull request #16186 from michaelnebel/csharp/suppressnullablefix
C#: Fix issue with suppress nullable warning directly on a method call.
|
2024-04-15 13:11:03 +02:00 |
|
Michael Nebel
|
8915241166
|
C#: Reduce nuget and razor logging.
|
2024-04-15 13:01:12 +02:00 |
|
Michael Nebel
|
336a18a1d9
|
C#: Make Started log as Debug.
|
2024-04-15 13:01:12 +02:00 |
|
Michael Nebel
|
ddfed6ea65
|
C#: Changing logging of dotnet commands to Debug except for dotnet --info and friends.
|
2024-04-15 13:01:12 +02:00 |
|
Michael Nebel
|
72ffcf5f9c
|
C#: Replace some LogInfo with LogDebug.
|
2024-04-15 13:01:12 +02:00 |
|
Michael Nebel
|
f7e5fe7040
|
C#: Inline some calls.
|
2024-04-15 13:01:03 +02:00 |
|
Tamas Vajk
|
69c43094ba
|
Fix review findings
|
2024-04-15 09:32:18 +02:00 |
|
Tamas Vajk
|
e3fe9f7ca5
|
Move Nuget restore logic from DependencyManager to dedicated class
|
2024-04-12 15:04:45 +02:00 |
|
Tamas Vajk
|
5406fac834
|
C#: Move all file lookup to separate class
|
2024-04-12 13:58:49 +02:00 |
|
Michael Nebel
|
19b7574c9c
|
C#: Fix issue with suppress nullable warning directly on a method call.
|
2024-04-12 11:16:37 +02:00 |
|
Tamas Vajk
|
c004f92365
|
Apply code review findings
|
2024-04-11 14:47:20 +02:00 |
|
Tamas Vajk
|
da91cea153
|
Add unit tests for dotnet nuget list source calls
|
2024-04-11 14:45:43 +02:00 |
|
Tamas Vajk
|
743e77d0d4
|
Improve logging, expose inherited feeds in integration test
|
2024-04-11 14:45:43 +02:00 |
|
Tamas Vajk
|
8d0856f97e
|
Fix failing test
|
2024-04-11 14:45:36 +02:00 |
|
Tamas Vajk
|
0f7fc90fe0
|
C#: Check fallback nuget feeds before trying to use them in the fallback restore process
|
2024-04-11 14:43:32 +02:00 |
|
Tom Hvitved
|
982765ced3
|
Merge pull request #16176 from hvitved/csharp/adjust-conditional-locations
C#: Adjust conditional access locations
|
2024-04-11 12:47:51 +02:00 |
|
Tom Hvitved
|
1c344d6735
|
C#: Adjust conditional access locations
|
2024-04-10 16:21:58 +02:00 |
|
Michael Nebel
|
ef68e33449
|
C#: Address review comments.
|
2024-04-10 14:48:02 +02:00 |
|
Michael Nebel
|
ff498f616a
|
C#: Some renaming.
|
2024-04-10 13:20:57 +02:00 |
|
Michael Nebel
|
3b42dc25a1
|
C#: Also use AssemblyLookupLocation for framework dlls.
|
2024-04-10 12:56:48 +02:00 |
|
Michael Nebel
|
99f0ed26e9
|
C#: Make the assembly lookup case insensitive on the dll file extension and log if no dlls are found in a directory.
|
2024-04-10 12:45:28 +02:00 |
|
Michael Nebel
|
9eb13833fa
|
C#: Code quality improvements.
|
2024-04-10 12:45:18 +02:00 |
|
Michael Nebel
|
d04bf6b6d6
|
C#: Don't include Semmle.* dlls, if the executing runtime is used as framework.
|
2024-04-10 12:41:39 +02:00 |
|
Michael Nebel
|
646b272b4e
|
C#: Move the AssemblyPath class to its own file.
|
2024-04-10 12:41:39 +02:00 |
|
Michael Nebel
|
6299d9cecd
|
C#: Introduce AssemblyPath and re-factor AssemblyCache to use this instead of strings.
|
2024-04-10 12:41:29 +02:00 |
|
Tamas Vajk
|
80995ec1d7
|
Improve comments on environment variable names
|
2024-04-09 09:51:45 +02:00 |
|
Tamas Vajk
|
d7f8b96158
|
Improve logging
|
2024-04-08 13:15:33 +02:00 |
|
Tamas Vajk
|
95896bc95f
|
Make sure diagnostic directory exists
|
2024-04-08 13:15:32 +02:00 |
|
Tamas Vajk
|
6a5520c85d
|
Add integration test for unreachable nuget feeds
|
2024-04-08 13:15:32 +02:00 |
|
Tamas Vajk
|
7051db5e1c
|
Fix code review findings
|
2024-04-08 13:15:32 +02:00 |
|
Tamas Vajk
|
9aa85f2d13
|
C#: Validate all nuget feeds to respond in reasonable time
|
2024-04-08 13:15:20 +02:00 |
|
Tamas Vajk
|
e42639852c
|
C#: Move nuget related DependencyManager methods to separate file
|
2024-04-04 14:25:09 +02:00 |
|
Tom Hvitved
|
c2f91a5ccf
|
Merge pull request #16104 from hvitved/csharp/more-compiler-generated
C#: Mark more expressions as compiler generated
|
2024-04-04 09:09:16 +02:00 |
|
Tamás Vajk
|
7beb73729d
|
Merge pull request #16036 from tamasvajk/autobuilder/disposable
C#: Properly dispose diagnostic writer objects
|
2024-04-04 08:21:11 +02:00 |
|
Tom Hvitved
|
d93d6585d9
|
C#: Mark more expressions as compiler generated
|
2024-04-03 20:03:02 +02:00 |
|
Tamás Vajk
|
362a109e04
|
Remove redundant implemented interface
Co-authored-by: Michael Nebel <michaelnebel@github.com>
|
2024-04-03 14:23:36 +02:00 |
|
Tamas Vajk
|
75894d581c
|
C#: Remove unused classes from Util project
|
2024-04-03 12:15:37 +02:00 |
|
Tamas Vajk
|
fbec197d4a
|
Move TSP diagnostics related classes to separate files
|
2024-04-03 10:13:44 +02:00 |
|
Tamas Vajk
|
305fa84186
|
Change IDiagnosticsWriter to implement IDisposable
|
2024-04-03 10:08:46 +02:00 |
|
Tamás Vajk
|
d7e514913f
|
Merge pull request #16039 from tamasvajk/fix/buildless-references
C#: Reword public mentions of C# buildless
|
2024-04-03 09:19:13 +02:00 |
|
Tom Hvitved
|
a8dac17aec
|
Merge pull request #16016 from hvitved/csharp/remove-lgtm-autobuilder-options
C#: Remove support for legacy LGTM options in autobuilder
|
2024-04-02 10:03:10 +02:00 |
|
Tamás Vajk
|
0c5ea975a4
|
Merge pull request #16021 from tamasvajk/feature/add-buildless-telemetry
C#: Add high level diagnostic messages for buildless extraction (star…
|
2024-03-26 11:03:20 +01:00 |
|
Tamas Vajk
|
78912d5eea
|
C#: Reword public mentions of C# buildless
|
2024-03-25 14:33:51 +01:00 |
|
Tamas Vajk
|
b94d33d78d
|
Add buildless failed diagnostic
|
2024-03-25 12:27:36 +01:00 |
|
Tamás Vajk
|
d6374f65e4
|
Merge pull request #15957 from tamasvajk/feature/limit-message-extraction
C#: Limit extracted compilation and extraction messages
|
2024-03-25 10:30:10 +01:00 |
|
Tamas Vajk
|
178a45af25
|
C#: Add high level diagnostic messages for buildless extraction (start, success)
|
2024-03-22 14:27:36 +01:00 |
|
Tom Hvitved
|
9d124197e8
|
C#: Remove support for legacy LGTM options in autobuilder
|
2024-03-22 10:09:24 +01:00 |
|
Tamas Vajk
|
205d6a3bc5
|
Extract total number of diagnostic per ID and compilation
|
2024-03-22 08:55:41 +01:00 |
|
Tamas Vajk
|
fa7f437e71
|
Code quality improvement
|
2024-03-22 08:16:11 +01:00 |
|