-
Hi all -
I've been tagging @sharwell on a previously "closed" issue for a couple of weeks trying to reopen an issue with no luck, so I am starting a new thread about it.
Please review: https://git…
-
Our Roslyn analyzer already detects the usage of `DateTime.Now`, `DateTime.UtcNow` and `DateTime.Today`.
We should also report about `DateTimeOffset.Now` and `DateTimeOffset.UtcNow`.
-
Example PR: #57266
It is a little distracting to have an always-failing check in many PRs to "official" branches. It would be nice if the check could be disabled until it is stable/reliable. cc @di…
-
A nice article here explains how some files can inflate the repo a lot:
https://www.jonathancreamer.com/how-we-shrunk-our-git-repo-size-by-94-percent/
-
**Is your feature request related to a problem? Please describe.**
The experience is clunky when using DevSkim. I either use the command line and output a SARIF file, then use a SARIF viewer, or use …
-
Summary: Allow `Point p = new (x, y);`
Shipped in preview in 16.7p1.
------
- [X] [Proposal](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/target-typed-new.md) added
…
-
> RS1035: The symbol is banned for use by analyzers.
The violations occur in the following two projects. System.IO.* APIs are flagged as banned for use in analyzers and source generators. We need t…
-
http://tirania.org/blog/archive/2015/Jul-21.html
"we now have a Roslyn-powered branch:"
https://github.com/mono/monodevelop/tree/roslyn
"Mono's master release contains now support for using PPDB file…
-
After upgrading Microsoft.CodeAnalysis.CSharp from 4.9 to 4.10
in my source generator project Omnisharp braks with:
```
System.Reflection.ReflectionTypeLoadException: Unable to load one or more o…
-
配信すると決めたわけじゃないけど、メモ書き。
というか、配信で収まるメモ書き量じゃなくなってる気がする。
# Unicode サロゲートペア対応
C# の識別子をサロゲートペアに対応させたいという話。
作業 branch: https://github.com/ufcpp/roslyn/tree/surrogate-pair-identifier
## サロゲートペア
…
ufcpp updated
4 years ago