Eli Arbel

Results 89 comments of Eli Arbel

@alanwest the guidance you referred to actually gives an example of using the HTTP method: > Therefore, HTTP client spans SHOULD be using conservative, low cardinality names formed from the...

> I'm curious what a single activity encompassing a workflow gets you? Why not represent the work of each process as a separate span within the same trace? Consider a...

One more thing to investigate: ```json "foo": { "allOf": [ { "$ref": "#/components/schemas/Foo" } ], "nullable": true } ``` Produces this code - ignores `nullabe: true`: ```cs if (property.Value.ValueKind ==...

As I don't have an M1, could you please clone the repo, change `AvaloniaVersion` to 0.10.12 in [this file](https://github.com/roslynpad/roslynpad/blob/main/Directory.Build.props) and try to run the RoslynPad.Avalonia project?

I used `runas` and RP tried to open the right folder (but failed because it didn't have permissions, which is expected). How do you know which folder it's trying to...

Hmm. I'll have to check how "Run as Administrator" differs from "runas".

Since it can change every execution, it should be the first option (like `optimizationLevel`). But this is not enough. The design-time build also needs to be configured (see `RoslynHost` and...

I would rather this be added to the document and not via a UI panel, for example: ```cs #content "mycontent.xml" ```

@rtigithub You can take a look sure thanks. It's system-dependent, since RP looks for the reference assemblies folder. The problem is probably in this method: https://github.com/aelij/RoslynPad/blob/7f63cb27ae47fddd56666694785526539c6c8aef/src/RoslynPad.Roslyn/RoslynHostReferences.cs#L167

100th issue! 🎉