Valeriu Caraulean

Results 9 comments of Valeriu Caraulean

Indeed, without specifying the target, the default compilation target of linqpadless is used, so it's `net452`. As @atifaziz mentioned, libraries are targeting `netstandard1.3` which is not covering 4.5.2. Closest target...

The type in case is residing in Microsoft.Composition package. But there's #20

I remember dealing with similar issues. If there's no API level compatibility issues (missing types, signatures, members) dynamic assembly resolution might work. A good example can be found in somewhat...

Apart of github this king of line break is used in Octopress, a markdown based blog engine. Will be nice to see this feature implemented in MarkdownDeep...

What kind of conventions can be applied to RadDataForm & PersistedFramework?

We are working with poetry behind a corporate proxy. One of the effects is that before sending bytes to whom requested the file, it will be cached and scanned on...

To expand on joeloff's reply (thanks for the workaround!): - download the installer - open command prompt in the folder with installer - run `dotnet-sdk-3.1.415-win-x64.exe /lang 1033`, adjust version to...

I've ran into same issue. Our project has a mix of OData and API controllers. Following snippet: ```cs await fixture.Host.Scenario(x => { x.Post .Json(new { name = DocumentName, body })...