Michael Nebel
|
d62e888b86
|
C#: Code quality improvements.
|
2024-04-29 09:27:12 +02:00 |
|
Tamas Vajk
|
1d45e3a558
|
C#: Store buildless extraction timing information and return in telemetry query
|
2024-04-26 14:59:31 +02:00 |
|
Michael Nebel
|
131d0b911f
|
C#: Inline dependency collection from asset files per group.
|
2024-04-25 15:35:08 +02:00 |
|
Michael Nebel
|
0124b0749f
|
C#: Do not run dotnet restore in parallel for projects in the same folder.
|
2024-04-25 15:35:07 +02:00 |
|
Tamas Vajk
|
dd9183c345
|
Code quality improvements
|
2024-04-25 14:38:26 +02:00 |
|
Tamas Vajk
|
15c1fd9425
|
C#: Improve log messages
|
2024-04-25 10:39:53 +02:00 |
|
Tamás Vajk
|
f29d2c21bd
|
Merge pull request #16312 from tamasvajk/fix/buildless/file-lookup
C#: Fix `global.json` and `packages.config` lookup
|
2024-04-24 15:05:55 +02:00 |
|
Tamas Vajk
|
4a97f95890
|
Improve code quality
|
2024-04-24 13:47:25 +02:00 |
|
Tamas Vajk
|
f3daba510b
|
C#: Fix global.json and packages.config lookup
|
2024-04-24 11:57:45 +02:00 |
|
Tamas Vajk
|
88e67715a1
|
C#: Do not download Microsoft.CodeAnalysis.ResxSourceGenerator when there are no resx files to process
|
2024-04-24 11:53:29 +02:00 |
|
Tamás Vajk
|
de58ee5a22
|
Merge pull request #16225 from tamasvajk/buildless/resx
C#: Add resource generator
|
2024-04-24 10:10:45 +02:00 |
|
Tamas Vajk
|
f20812d8ad
|
Code quality improvement
|
2024-04-22 15:12:01 +02:00 |
|
Tamas Vajk
|
05f3c64172
|
Fix code review findings
|
2024-04-22 14:46:24 +02:00 |
|
Tom Hvitved
|
3c83262d58
|
C#: Do no call CSharpCompilation.Clone
|
2024-04-18 09:45:26 +02:00 |
|
Tamas Vajk
|
6f782f3f62
|
C#: Fix cleanup logic in dependency manager
|
2024-04-17 14:17:47 +02:00 |
|
Tamas Vajk
|
41e666c724
|
Parse and use RootNamespace from project files
|
2024-04-17 14:01:52 +02:00 |
|
Tamas Vajk
|
88f6e04339
|
Make Resx extraction opt-in
|
2024-04-17 13:49:05 +02:00 |
|
Tamas Vajk
|
b560ab1a73
|
Fix condition for running dotnet source generators
|
2024-04-17 13:44:03 +02:00 |
|
Tamas Vajk
|
3626c814ac
|
Run dotnet source generators on files grouped by projects
|
2024-04-17 13:40:03 +02:00 |
|
Tamas Vajk
|
bef556e208
|
Improve log messages
|
2024-04-17 11:46:27 +02:00 |
|
Tamas Vajk
|
5a5fc79b3b
|
Fix regex to recognize prerelease version string
|
2024-04-17 11:46:27 +02:00 |
|
Tamas Vajk
|
9926c817de
|
Code quality improvements
|
2024-04-17 11:46:26 +02:00 |
|
Tamas Vajk
|
3c5675b3fb
|
WIP: Hardcode namespace for Resx generation
|
2024-04-17 11:46:26 +02:00 |
|
Tamas Vajk
|
1ff4c0daf3
|
Restore and use Microsoft.CodeAnalysis.ResxSourceGenerator
|
2024-04-17 10:41:47 +02:00 |
|
Tamas Vajk
|
79fe5f851b
|
C#: Add resource generator
|
2024-04-16 14:30:53 +02:00 |
|
Tamas Vajk
|
407837afc4
|
C#: Refactor dotnet source generator execution
|
2024-04-16 10:20:23 +02:00 |
|
Tamas Vajk
|
13a71a4f6d
|
C#: Move source code generators to dedicated classes
|
2024-04-16 09:28:50 +02:00 |
|
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 |
|