Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental source generator for actors #1334

Merged
merged 70 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
78ef503
Samples - Add k8s deployment yaml to DemoActor sample (#1308)
m3nax Jun 26, 2024
7711fd6
Aligned nuget version
m3nax Jun 26, 2024
30189be
UP
m3nax Jul 2, 2024
86c881a
UP
m3nax Jul 4, 2024
c44384b
Debug profile added
m3nax Jul 9, 2024
9f9a4b7
Updated implementation
m3nax Jul 9, 2024
c86c709
Emitted DAPR001 Diagnostic warning
m3nax Jul 9, 2024
38f4fc1
Added DAPR002 diagnostic
m3nax Jul 9, 2024
8611f67
Cleaun
m3nax Jul 9, 2024
56b9ab9
UP
m3nax Jul 9, 2024
a2f3616
Added summaries
m3nax Jul 9, 2024
b2deca7
Added base interface to ActorClient
m3nax Jul 9, 2024
45ef4f6
Updated
m3nax Jul 9, 2024
a756015
Added ctor
m3nax Jul 9, 2024
28db658
Added nullable directive
m3nax Jul 10, 2024
4be5bb7
Added null check for actorproxy ctor parameter
m3nax Jul 10, 2024
c24d310
Moved DiagnoticException in a dedicate cs file
m3nax Jul 10, 2024
28fc7fe
Moved generator costants to dedicated class
m3nax Jul 10, 2024
aa4c1d4
Added ActorReference creation from the ActorBase class informations (…
m3nax Jun 26, 2024
ee6ca9e
Added overload to support SDK supplying query string on invoked URL (…
WhitWaldo Jul 3, 2024
cd1351a
Fixed actorProxy argument null check
m3nax Jul 10, 2024
ef9d0c2
Moved ActorClientDesciptor into separta cs file
m3nax Jul 10, 2024
25f11e2
Moved textual templates to dedicated class
m3nax Jul 11, 2024
182ce2d
Updated comments, property names
m3nax Jul 11, 2024
f8d83cb
Added argument null check to SyntaxFactoryHelpers
m3nax Jul 11, 2024
afaac59
Added comments
m3nax Jul 11, 2024
92c0a9e
Removed obsolete testing packages https://github.com/dotnet/roslyn-sd…
m3nax Jul 11, 2024
d75c83b
Adapted existing unit test to new source generated code
m3nax Jul 11, 2024
22ac565
Up
m3nax Jul 11, 2024
3c52343
Added tests for SyntaxFactoryHelpers
m3nax Jul 12, 2024
3208ec6
Updated generation of ArgumentNullException
m3nax Jul 12, 2024
495cff6
Updated nullability
m3nax Jul 15, 2024
403e95f
Fixed internal methods tests
m3nax Jul 25, 2024
179ae8b
Added test to IEnumerableExtensions
m3nax Jul 25, 2024
b04e5e0
Unittested GetSyntaxKinds from Accessibility
m3nax Jul 25, 2024
d84981d
UP
m3nax Jul 25, 2024
4308e11
Updated assignment implementation of ctor body
m3nax Jul 30, 2024
5bb1a2b
Improved unit test
m3nax Jul 30, 2024
d0c4260
Added implementation of method generation
m3nax Jul 30, 2024
6692c6a
Fixed ArgumentNullException invocation
m3nax Aug 1, 2024
531adbb
Added test for NameOfExpression
m3nax Aug 1, 2024
36809a0
Fixed ActorProxy method invocation
m3nax Aug 1, 2024
cf34718
Simplified proxy argument definition
m3nax Aug 2, 2024
493cbec
Explicit generic arguments of the proxy call during generation
m3nax Aug 2, 2024
0c287f1
Handled cancellation token with default value
m3nax Aug 2, 2024
ad2c22d
Fixed typo
m3nax Aug 2, 2024
4d336c8
Configured eol used in NormalizeWhitespace function
m3nax Aug 2, 2024
3bc0674
Normalized expected source
m3nax Aug 2, 2024
c0f9c47
Moved to constat the ActorProxyTypeName
m3nax Aug 2, 2024
7a86b4f
Fix typo
m3nax Aug 2, 2024
c5f5f11
Created ActorProxyInvokeMethodAsync SyntaxFactoryHelper
m3nax Aug 8, 2024
51ed60d
Removed custom concat implementation
m3nax Aug 8, 2024
f8b3199
fix (#1329)
hhunter-ms Jul 23, 2024
acfbfe7
link to non-dapr endpoint howto (#1335)
hhunter-ms Aug 9, 2024
2d4fe2f
Merge 1.14 release branch back into `master`. (#1337)
philliphoff Aug 22, 2024
a033218
Fixed merge errors
m3nax Sep 3, 2024
494383c
Updated some summaries
m3nax Sep 3, 2024
89b4069
Added some missing summaries
m3nax Sep 4, 2024
39b4289
Fixed typo
m3nax Sep 4, 2024
66bf943
Merged
m3nax Sep 4, 2024
30bb460
Improved some summary text
m3nax Sep 4, 2024
6b219d2
Improved summaries
m3nax Sep 4, 2024
4e99586
Handled review requests
m3nax Sep 10, 2024
b7614b7
Merge branch 'master' into incremental-source-generator-for-actors
WhitWaldo Oct 8, 2024
963b38a
Merged
m3nax Oct 21, 2024
a50e6de
Changed SyntaxFactoryHelpers accessor to internal
m3nax Oct 21, 2024
7105cce
Merge branch 'master' into incremental-source-generator-for-actors
WhitWaldo Oct 22, 2024
88cc4b9
Merge branch 'master' into incremental-source-generator-for-actors
WhitWaldo Oct 22, 2024
7b5b583
Merged
m3nax Oct 24, 2024
9f595e4
Merge branch 'master' into incremental-source-generator-for-actors
m3nax Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merged
Signed-off-by: Manuel Menegazzo <manuel.menegazzo@outlook.com>
  • Loading branch information
m3nax committed Oct 24, 2024
commit 7b5b583920c45c66b2341c4cb3a9e200d71d02a2

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.