Lang Cheng

Results 5 issues of Lang Cheng

https://github.com/dotnet-architecture/eShopOnContainers/blob/37474024fa538f19a2d47db38ca1fa9b3d5d617b/src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs#L58-L65 https://github.com/dotnet-architecture/eShopOnContainers/blob/37474024fa538f19a2d47db38ca1fa9b3d5d617b/src/Services/Ordering/Ordering.API/Application/Behaviors/TransactionBehaviour.cs#L38-L53 Why is BeginTransactionAsync missing null check? Shouldn't we throw an exception when the current transaction is occupied?

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

Assume with the following data structure: ``` public class BaseClass { private readonly string[] parameters1; public BaseClass(string[] parameters1) { this.parameters1 = parameters1; } public IReadOnlyCollection Parameters1 => this.parameters1; } public...

Is it possible to add strong name signing for all the client dlls? Our company enforces strong name singing check during build and runtime, I tried StrongNamer, but it doesn't...

Description: Currently, Azure Data Studio (ADS) supports installing the Kusto extension, allowing users to browse and query Kusto (ADX) data directly from the IDE. As ADS is approaching retirement, there...