Mohamed Hassan
Mohamed Hassan
@JamesNK Thanks for reply. Now it's clear :)
a wiki page [Hosting Nancy on ASP .NET Core 3.1 (using Kestrel)](https://github.com/NancyFx/Nancy/wiki/Hosting-Nancy-on-ASP-.NET-Core-3.1-(using-Kestrel)) describe in detail how to use NancyFx with ASP.NET CORE 3.1
I inspected the code in net35, the following are the major compilation errors : - Error CS0246 The type or namespace name ['ISet'](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.iset-1?view=netframework-4.7.2&viewFallbackFrom=netframework-3.5) (isn't available for net35, generics is suported...
I use Roslynator.CommandLine
I will try and feedback
Thanks for help. I run `roslynator.dotnet.cli` and get `CAxxxx` analysis. :+1: I referenced the [assemblies](https://github.com/JosefPihrt/Roslynator/issues/847#issuecomment-921118604) for IDE and get no IDE diagnostics. The log contains error Unable to resolve assembly...
Thanks for your reply and the new release. I'll try it.
using "Microsoft.Build.Locator" Version="1.4.1", get the recent Version (NET5 on my machine, I have net2.0, 2.1, 3.1 and 5.0.4) I can control the version of MsBuild using the next code: ```cs...
Thanks for reply. The context already Import any type with its qualified name (assembly.type) context.Imports.AddType(typeof(Extensions)); //static methods class Currently, I can evaluate the expression as a function call to the...
@pauby Thanks for reply I updated the issue as you suggested.