我把最新的代碼https://github.com/aspnet/MusicStore/tree/dev應用asp.net5失敗
,而無需對代碼進行任何更改。我構建的應用程序爲 dnx版本:1.0.0-rc2-16308 coreclr x64
應用程序生成成功,但是當我嘗試運行應用程序時,我得到下面的錯誤。
System.NullReferenceException: Object reference not set to an instance of an object.
at Xunit.Runner.Dnx.Program.GetAvailableRunnerReporters()
at Xunit.Runner.Dnx.Program.Run(String[] args)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.Dnx.Runtime.Common.EntryPointExecutor.Execute(Assembly assembly, String[] args, IServiceProvider serviceProvider)
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
請注意,相同的代碼庫成功工作幾天後。
的可能的複製[什麼是一個NullReferenceException,如何解決?(http://stackoverflow.com/questions/4660142/what-is-a-nullreferenceexception-and-我怎麼辦 - 修復它) – Filburt
改變了,我的問題。它必須對dnx和xunit做些什麼 – user336058