-
First, thank you for this great library and the cookbook you wrote. It was incredibly helpful.
I created a code generator project and then added an analyzer to it. I'll eventually add a code fix a…
-
### Description
Source generators are a nice thing in .NET 8, but the files they create live in subdirectories of subdirectories of more subdirectories, each one with a longer name than the other. …
ygoe updated
2 months ago
-
I noticed in the source code there are some calls of `generator.randint(1, 1e9)` 1e9 is converted to float but in python 3.12 calling float in randint causes an error
**System information**.
- Py…
-
Hello,
I am currently migrating a project from Orleans 3 to Orleans 7 and now I am getting an error saying
```
System.ArgumentException : Could not find an implementation for interface MyInterface
```…
-
The generated code (all supported languages) for a structure differs depending on whether it is used in the scope of a packed array or not. Specifically, the method signature for write() changes, addi…
-
When there is a proto3 file which uses ```optional``` field, then protoc command throws an error.
example.proto:
```
syntax = "proto3";
message Example {
string name = 1;
optional int32 …
-
_This is a WIP discussion for implementing generators support in the style of https://github.com/zth/rescript-embed-lang natively in rewatch and the compiler itself._
Relevant compiler PR: https://…
-
File content(at the bottom should be attached raw, not formatted file - github removes some non-printable characters, so copying from here may not work):
```
Foo:=Rectangle{}export{Foo}export{Foo as…
-
### Background and motivation
According to [eventsource-getting-started](https://learn.microsoft.com/en-us/dotnet/core/diagnostics/eventsource-getting-started)
Eventone must call like `WriteEvent` o…
-
## Motivation
ShellContent applies query properties via reflection. Since we can't fix this code just with `[DynamicallyAccesseMebers(...)]` attributes, we need a different solution.
The idea is…