George Universe

Results 12 issues of George Universe

I have for example the class: ``` public class Person { [Required] public string Name {get;set;} private MoreInfo moreInfo; public MoreInfo MoreInfo { get { if (moreInfo == null) {...

I'm unable to read the cshtml from a compiled dll that net core 3.1 creates when deploy the app. **To Reproduce** ```c# string assemblyFolder = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location); var metadataReference = Microsoft.CodeAnalysis.MetadataReference.CreateFromFile(Path.Combine(assemblyFolder,...

awaiting-customer-response

When I call a store procedure with a geography column in EF Core i'm getting the error. Model: public Geometry Coordenates { get; set; } g.db.LoadStoredProc("dbo.spGetCoordenates").AddParam("UsuarioId", c.Id).Exec(r => uDatoExtraModel =...

The cookie goes in the response header, but the frame never get it. ![image](https://user-images.githubusercontent.com/3822009/133492333-6ea65f90-f6ad-4f8c-81b6-4ff027aadb35.png) So the DONE event never fires.

Is there a plan to upgrade this library to Net Core? I got a warning. ![image](https://user-images.githubusercontent.com/3822009/167004317-f8b4a7d2-5394-4cf4-9e8e-fdbf404c24e1.png)

**Problem:** The svelte-select component is not displaying the selected item correctly when the items prop is an array of objects with numeric values. However, it works as expected with string...

Is there a way that I can modify the value of the initialValues when using the helper components? I want to change 3 inputs when one input changes because I...

enhancement

I need your help! My farm in crashing too much and we are getting these messages: Jul 17 16:02:33 Zevenet-CE-1-v5 zproxy: zcu_net_get_address():125: getaddrinfo: Name or service not known A millions...

**What steps will reproduce the problem?** 1. Add setting in ScanSetting ScanSettings settings2 = new ScanSettings { ShowTwainUI = false, ShowProgressIndicatorUI = true, Area = new AreaSettings(TwainDotNet.TwainNative.Units.Inches, 0f, 0f, 6f,...