NOlbert

Results 17 issues of NOlbert

## Description According to the documentation the DeploymentItem can > be specified on **test class** or test method ([src](https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.testtools.unittesting.deploymentitemattribute?view=mstest-net-1.3.2)) Anyways, when applying the DeploymentItem to a TestClass which only contains...

bug
doc

#### Bug description See code sample, `AllowPrivate = true` should not be necessary for this class, since the private field is ignored by MsgPack. #### Repro steps ``` [MessagePackObject] public...

bug
analyzer

#### Bug description A wrong [MsgPack003] is raised on a generic interface. #### Repro steps ``` [Union(0, typeof(Foo))] [Union(1, typeof(Foo))] public partial interface IFoo { /// bool Contains(T item); }...

analyzer

#### Bug description A nested class within a generic type leads to non-compilable code wihtin sources emitted by the source generator. #### Repro steps ``` using System.Collections; using System.Collections.Frozen; using...

source generation

**Describe the bug** Within a single async method, using multiple snapshots with different names does not work. **To Reproduce** ``` [TestMethod] public async Task TestFoo() { var something = new...

Summary of the changes (Less than 80 chars) -When exposing a PageConnection the totalCount was returned as -1 when no elements were returned by the quers Closes #8564(in this specific...

🌶️ hot chocolate

- Don't assume default value for optional value type argument without default value Closes #6347 (in this specific format) Background: This issue appears to be a side effect of #5317...

🌶️ hot chocolate

Summary of the changes (Less than 80 chars) - Adjust result builder to not return incomplete data from the entity store - Detail 2 Closes #5256 (in this specific format)...

🌶️ strawberry shake

Summary of the changes (Less than 80 chars) - Enums can appear as `StringValue` in `_Any`, this was not considered in the `ArgumentParser` - Detail 2 Closes #8756 (in this...

🌶️ hot chocolate

Summary of the changes (Less than 80 chars) - Improved performance of XML docs inference by approximately 3.5, while using only about a third of the previous memory allocation. -...

🌶️ hot chocolate