Jan Jones
Jan Jones
Relates to test plan https://github.com/dotnet/roslyn/issues/62485
Fixes #65728. - Emits those attributes for synthesized delegates and closure implementation methods. - Reports if those attribute types are missing (instead of crashing on `Debug.Assert` during emit) for synthesized...
**Prettier 3.2.1** (note: did not happen in 3.1.1) ```json { "useTabs": true, "singleQuote": true, "trailingComma": "es5", "printWidth": 100 } ``` **Input:** ```ts function test() { return x.func1('text text text text...
Related to https://github.com/dotnet/roslyn/issues/71333. Corresponding implementation: https://github.com/dotnet/roslyn/pull/71380 Test plan: https://github.com/dotnet/roslyn/issues/62485
Discovered while investigating https://github.com/dotnet/roslyn/issues/72004.
- Similar to https://github.com/dotnet/roslyn/issues/3627 ```cs public void M() { var x = new C(); lock (x) { } } ``` When inside the lock statement body, changing from `new C`...
Should fix https://github.com/dotnet/arcade/issues/14527 Solution inspired by [Q: Can I delete pipeline artifacts when re-running failed jobs?](https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/pipeline-artifacts?view=azure-devops&tabs=yaml#q-can-i-delete-pipeline-artifacts-when-re-running-failed-jobs) ### To double check: * [ ] The right tests are in and and...