-
What happens if you have mixed versions Latest and Preview in different projects of your solution, and you use a Preview feature in a Latest project. Will it upgrade everything to Preview? Latest?
-
Repro:
- Create a blazor project
- Create a library with 500+ Blazor components
- Reference the library from the blazor project
- Add @using to the library in _Imports.razor
- Open Counter.razor …
-
**Is your feature request related to a problem? Please describe.**
I find that Rocks tends to cause a lot of boilerplate when setting up SUTs, especially for concrete objects that have a large depe…
-
#### Describe the bug
When using the try-sample from here https://github.com/dotnet/try-samples/tree/master/csharp8 and reading about using declerations then the page rendered by https://localhost:/u…
-
**Version Used**: 16.3.1
Simplified version. I don't think all references are out of scope since the returned action has a reference to the object created by `new DisposableThing()`.
```cs
clas…
-
#### Analyzer package
[Microsoft.CodeAnalysis.FxCopAnalyzers](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers)
#### Package Version
v3.0.0 (Latest)
#### Diagnostic ID
…
-
Today an analyzer that wants to analyze syntax nodes needs to call `RegisterSyntaxNodeAction(callback, SyntaxKind.xxx)`. The registered callback will then be called on every node with that kind in a …
-
**Version Used**:
netcore 3.0, Visual Studio 16.3.5
**Steps to Reproduce**:
1. Write the interface like this:
```
public interface IFoo
{
sealed Type GetItemType() => typ…
-
### Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE
**Describe the issue**
After exporting the iOS project in Unity, when using the framework, it crashes during running. May I ask how to refer…
-
Could you add more information about what issue you're seeing? It's a key feature that [should work under PolySharp](https://sergiopedri.medium.com/enabling-and-using-c-9-features-on-older-and-unsuppo…