-
### Background and motivation
I love most of string methods implemented in FluentAssertions, most of these are pretty obvious:
```
theString.Should().NotBeNull();
theString.Should().BeNull();
t…
-
## Code
```csharp
[HttpPost("addressExists")]
public IActionResult addressExists([FromBody]Address newAddress){
if(ModelState.IsValid){
Address address = Cont…
-
// page load
// ------ Chart FilePath ------
string filePath;
.....
filePath = ld.GetFilePath();
.....
/*********\* save chart to image **********/
string customFilePath = oi.G…
-
When parsing a C++ hearder file, CppAst.NET can identify whether a function is a virtual function. But it seems that both virtual function and override function are marked as virtual. Such as :
```…
-
### Analyzer
**Diagnostic ID**: [CA1310](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
### Describe the improvement
In the repos I work in, it's very com…
-
In some case the `String.Compare` where the result is checked for equality to zero could be replaced with `String.Equals`. At least the variants that take `string, string`:
```
String.Compare(a, b…
-
Hi, thanks for the port It's awesome.
I want to get the code selection from the provideCompletionItems delegate, like the javascript example on the Monaco playground:
```
monaco.languages.registe…
-
**Describe the bug**
Pornhub new video IDs not working. Viewkey does not include "ph" prefix for new videos.
**Include**
1. Emby
2. Stable and Nightly
3. https://www.pornhub.com/view_video.php?…
npr0n updated
4 months ago
-
Awesome project! Would these features be possible in the realm of source generators?
💡 Idea 1: Handler method type
Assuming the handler method name conventions can't be changed in ASP.NET, if the …
-
This is not working for me .. can some one help me here
protected override void Configure(IFilterConventionDescriptor descriptor)
{
descriptor
.AddDefaultOperat…