Mohamed Hassan

Results 27 issues of Mohamed Hassan

The generated project reference dll files and it's supposed to reference the nuget package so instead of any dll file which is defined in HintPath: ``` ..\..\..\packages\Autofac.4.2.1\lib\net45\Autofac.dll True ``` It...

I run dotnet-migrate-2017 from the solution root of SDK projects: dotnet-migrate-2017 migrate The tool discovered the projects and start to backup, process the project file and showed many info W011...

**Problem** Test fail in Xunit or Nunit framework in net4x when Copyright or Company assembly attributes are null **Problem Analysis** The problem is existing since version 2.3 and now in...

MoreLinq is supporting c# 8 and is built using vs 2019. I did a quick test for using c#8 Nullable Reference Types by adding the next line to morlinq.csproj: ```xml...

In Nunit 3, window environment, Net45 I run process in a unit test that access a folder not exist: Process.Start("process.exe") The test hang due to '`Unhandled Exception: System.IO.DirectoryNotFoundException: '` and...

First, Thanks to the great Roslynator project. I try to analyze and fix both `Roslynators` and external analyzers like `Microsoft.CodeAnalysis.CSharp.NetAnalyzers` using Roslynator commandline tool v 0.2.0 for a project net472...

Area-CLI

I tried to evalauate expression that use extension method var context = new ExpressionContext(); context.Imports.AddType(typeof(Extensions)); //Extension methods class context.Variables["s"] = "this is a string"; //expresion use extension method Quote() var...

I am trying to use Flee in application that need evaluate string expressions as a predicate and passed to other functions. How to get Predicate or Expression from string expressions...

After the final release of .netstandard2, there are about 43 API not supported by .NET Framework 461 as shown in this [discussion ](https://github.com/dotnet/standard/issues/133) Using a .netstandard2 library which use these...

catalog

It's planned in the next release of dropping net45. The reason is that targeting net45 limit the use of the new features in the higher frameworks. The minimum support version...