-
## How are you running OpenRewrite?
I am using the Maven plugin, and my project is a **multi** module project.
```xml
openrewrite
…
-
**rust-analyzer version**: 0.3.1995-standalone
**rustc version**: rustc 1.78.0 (9b00956e5 2024-04-29)
**editor or extension**: VSCode (extension version v0.3.1995)
**code snippet to reproduce…
-
HashSet did not get bolded
![image.png](https://raw.githubusercontent.com/IanFH/pe/main/files/c64e7f24-cb2a-4025-9247-fc066b2db0d1.png)
IanFH updated
7 months ago
-
We have a partial copy of HashSet as it existed in the .NET Framework circa 2008 or something, with the following comment:
https://github.com/dotnet/msbuild/blob/6a79376cc50e5f0d829475adc418e7078776c…
-
This just started happening after one of the recent commits, it worked before. I cannot reproduce it in a unit test, probably because of the bootstrap libraries. However, just place the following line…
-
**Failed in:** [runtime-coreclr crossgen2 20240902.1](https://dev.azure.com/dnceng-public/public/_build/results?buildId=795986&view=ms.vss-test-web.build-test-results-tab&runId=20497986&resultId=10125…
-
# 2nd API review iteration [TODO]
TODO - Fill the new API proposal here please, with summary of the troubles we have found during code review of the 1st API review iteration.
# 1st API review it…
-
Hello
I have a question!
you use HashSet in C# instead of NSMutableSet of Obj-C. Why?
In another example, i find NSMutableArray, how can i replace it with object of C#?
what is the way for this conve…
-
Hi, thanks for implementing this powerful db in Rust. I have got a model:
``` Rust
#[derive(Serialize, Deserialize, Debug)]
#[native_model(id = 1, version = 1)]
#[native_db]
pub struct Model {
…
-
### Background and motivation
I'll describe my specific case
```csharp
HashSet _visibleTargetsSet = new HashSet();
HashSet _registerdTargetsSet = new HashSet();
…