This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static void Main(string[] args) | |
{ | |
var domainModel = new DomainModel | |
{ | |
Firstname = "Firstname", | |
Lastname = "Lastname" | |
}; | |
ViewModel viewModel = domainModel; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
namespace PinnacleSports.DynamicLines.Helpers | |
{ | |
public class HttpContextCacheHelper | |
{ | |
private readonly ICache _cache; | |
public HttpContextCacheHelper() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/ssl_socket.rb:116:in `connect_nonblock': An existing connection was forcibly closed by the remote host. - SSL_connect (Errno::ECONNRESET) (Excon::Error::Socket) | |
from C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/ssl_socket.rb:116:in `initialize' | |
from C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/connection.rb:403:in `new' | |
from C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/connection.rb:403:in `socket' | |
from C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/connection.rb:100:in `request_call' | |
from C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/middlewares/mock.rb:48:in `request_call' | |
from C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/middlewares/instrumentor.rb:26:in `request_call' | |
from C:/Users/Jonh0/.vagrant.d/gems/2.2.5/gems/excon-0.55.0/lib/excon/middlewares/base.rb:16:in `request_ |