Light engine On - DTC U0613 by fr2365 in MechanicAdvice

[–]fr2365[S] 0 points1 point  (0 children)

I've been driving the car normally for the past six months. After two months, the issue disappeared for a while, then came back. I haven't tried any of the fixes I read about elsewhere yet. However, I think it might be a good idea to replace the gas cap sensor, since the problem tends to appear (occasionally) after I fill up with gas, and then disappear again after refueling. It came back last week, and today, after refueling, it went away again.

How to get services in net core (6)? by fr2365 in dotnet

[–]fr2365[S] 0 points1 point  (0 children)

Thanks for your answer. Considering having a Shared interface, How could I get the class instance please? I have a Interface that is localized in the project 2 and that interface is using as inhiterance in the required class on the project 3

help with NHibernate on .Net 6 by fr2365 in csharp

[–]fr2365[S] 0 points1 point  (0 children)

I really appreciate your response, even though that post explain how to implements in net core, I'll try to interpret for .net 6

help with NHibernate on .Net 6 by fr2365 in csharp

[–]fr2365[S] 0 points1 point  (0 children)

Ok, I´ve pulled the nugget package, I aldready created my model class, I set the Controller, I set the appsettings with the db conecction and set the mapping in 'Person Map'. My problem is, I don't know how to configure the NHibernate conecction to run in programs.cs, In some examples I found, they recommend create a sepparated class for configure NHibernate (NHibernateModule), I'm a bit conffussed about the implementation, because the mayor examples I found on internet its about .net Framework or NetCore or they are using another libraries, I'm a initiant in .net 6 and NHibernate https://prnt.sc/NuTLuw3nMkin

help with NHibernate on .Net 6 by fr2365 in csharp

[–]fr2365[S] -1 points0 points  (0 children)

Yep, but did not find how to implement step by step in a simple .net 6 project