From 3a102a4f01ad82ba3fa2a99b4c4a7cdec1c271d3 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 8 Feb 2017 11:08:27 -0800 Subject: [PATCH] Updated Roadmap and Milestones for future releases (markdown) --- Roadmap-and-Milestones-for-future-releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roadmap-and-Milestones-for-future-releases.md b/Roadmap-and-Milestones-for-future-releases.md index 14b8572..1376b3a 100644 --- a/Roadmap-and-Milestones-for-future-releases.md +++ b/Roadmap-and-Milestones-for-future-releases.md @@ -3,8 +3,8 @@ - Migrate to .csproj and Visual Studio 2017 support, including VS Docker Tooling requirements at the docker-compose.yml files - Migrate projects to .NET 1.1 and EF 1.1 - Implement support for Windows Containers running on Windows NanoServer using different Docker base images instead of the Linux based images (.NET Core code should be the same as it is cross-platform) - Fork or the same repo? ---- -- Exception Handling - As ASP.NET middleware? + +- Exception Handling - As an ASP.NET middleware? Middleware from ASP.NET Core with custom implementation which records specific exceptions depending if it is in production. Business-Exceptions + Generic-Exception-Handler (ExceptionHandlerHandler)