-
Hi Tomasz,
First thing - the tutorial looks great. Thanks for creating it. Well done !
I've got a problem running it: I follow the instructions for creating a project with VS Code, but hit a probl…
-
Given a `netstandard2.0` TFM we should be able to run scripts using `dotnet cake`.
~I'll have a crack and submit a PR...~ this is trickier than I thought due to its dependencies.
-
### Library name and version
Azure.Core
### Describe the bug
When I am using the following code:
```csharp
var uri = new RequestUriBuilder();
uri.Reset(_endpoint);
uri.AppendPath("something");
…
-
We used to show the actual failed tests inline in the console output so you could quickly see the test that failed, now build.cmd it just tells you the dll:
```
[...]
Tests succeeded: E:\proj…
-
### Environment
NetMQ Version: 4.0.0.1
Operating System: Windows
.NET Version: .NET7 & .NET461
### Expected behaviour
Only difference between working and not working inst…
-
I have been using autorest for some time in a classic Desktop .NET 4.6.1 webapp and in an Azure cloud service worker role with no issues, generating a C# proxy with Autorest to access an internal API …
-
Trying to request data from within an index.js jTable implementation from an ABP AppService which has a DTO as a parameter. (How do I send an object as a parameter back to AppService method from jTabl…
-
1. Create a csproj that targets `net461` like so:
```
net461
```
2. Attempt to add an assembly reference using the DTE
```C#
string assemblyName = "WindowsBase";
var vsproject =…
-
## Actual Behavior
1. I try to execute PeekAsync() from MessageReceiver on a queue with a connection string that has only "Listen" authorization rule.
```
var connectionString = new ServiceBusConn…
-
[Link to build](https://ci.appveyor.com/project/andrewvk/codejam/build/1.5.0.1290)
Command to run tests:
```
nunit3-console C:\projects\codejam\Blocks\tests\bin\Publish\net35\CodeJam.Blocks-Test…