Giter VIP home page Giter VIP logo

quiz-engine's People

Contributors

aoancea avatar bocioctitus avatar catricarausu avatar colta-cristi avatar cristaling avatar indriemarius avatar mariancristian avatar peterczaholi avatar popusionut avatar roxanaanghel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quiz-engine's Issues

Authentication Requied

when i run this project it always says username password, what can i do
plz give me solution

Mapper does not clone items from collections. Works for array

Let's take the following example and see what happens

public class Foo
{
    public string Name { get; set; }
}

public class Program
{
    static void Start(string[] args)
    {
        List<Foo> foo = new List<Foo>() { new Foo() { Name = "foo1" } };
        List<Foo> fooClone = foo.DeepCopyTo<List<Foo>>();
    }
}

After using .DeepCopyTo<List<Foo>>() the result is going to be a new List<Foo> but the elements are not cloned, only the list itself it's new. Which means that only the List<Foo> is cloned but not its elements

Area M crashes silently within all pages

Accessing /M#/sections will crash silently by swallowing the exception and logging it as per below:

==EXCEPTION==============================================================
[Exception type] System.InvalidOperationException
[Message] The partial view 'Sections' was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/Template/Sections.aspx
~/Views/Template/Sections.ascx
~/Views/Shared/Sections.aspx
~/Views/Shared/Sections.ascx
~/Views/Template/Sections.cshtml
~/Views/Template/Sections.vbhtml
~/Views/Shared/Sections.cshtml
~/Views/Shared/Sections.vbhtml
[Source] System.Web.Mvc
[Stack trace] at System.Web.Mvc.PartialViewResult.FindView(ControllerContext context)
at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.b__1e(IAsyncResult asyncResult)
[Target site] System.Web.Mvc.ViewEngineResult FindView(System.Web.Mvc.ControllerContext)

It seems that when a /(slash) is missing from the URL the rendering engine doesn't know where to search.

  • PartialView's path should then be given explicitly on each action from TemplateController or redirect to the right URL. Actual URL should be /M/#/sections
  • Exceptions should not be swallowed anymore but logged and the User should be redirected to an Error Page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.