-
I am encountering this error when I try to scaffold an existing older version of `.mdb` (likely Access '97 version)
`Could not load assembly 'Legacy.Test.RDBMSMigrations'. Ensure it is referenced b…
-
### background
An analysis framework was built out for the go language, to make writing linters (and metalinters easier). `go.mod` files are another custom dsl, where you may want to enforce standard…
-
### Is your feature request related to a problem? Please describe.
Recently we were debugging a failing issue which a scenario using Microsoft extensions logging source generator which requires C# …
-
## My Environment
* __ArangoDB Version__: 3.9.2
* __Deployment Mode__: Single Server
* __Deployment Strategy__: Manual Start
* __Configuration__: --rocksdb.write-buf…
-
#### Analyzer package
Example: Microsoft.NetCore.Analyzers
#### Analyzer
Example: AvoidZeroLengthArrayAllocations
#### Repro steps
```cs
using System;
class C
{
void M1(obje…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR17861](https://bugs.llvm.org/show_bug.cgi?id=17861) |
| Status | NEW |
| Importance | P normal |
|…
-
```cs
class C
{
public void M() {}
}
static class X
{
// this could never be called as an instance invocation, remove `this` modifier
public static void M(this C @this) {}
}
```
Re…
-
(This isn't an exhaustive list of contracts worth adding, just what I've noticed so far)
1) CreateColumnsInstance() and CreateRowsInstance() should all ensure non-null result.
That way, Rows and Col…
-
![image](https://user-images.githubusercontent.com/69918347/96712536-f96bf480-13a7-11eb-9ce4-4def41f85db9.png)
![image](https://user-images.githubusercontent.com/69918347/96712567-04bf2000-13a8-11eb-…
-
## Background and Motivation
The high level goal here is to gather the "full" XML documentation for a symbol when `` is used.
The existing `ISymbol.GetDocumentationCommentXml` API only returns…