Cynthia MacLeod

Results 111 comments of Cynthia MacLeod

> is the escaped version of > and should be used anywhere you need a > symbol in xml. You _can_ use the unescaped version in some circumstances - such...

For reference - this might be something that would overlap with the work being done in https://github.com/dotnet/systemweb-adapters and specifically [HttpRuntimeFactory](https://github.com/dotnet/systemweb-adapters/blob/main/src/Microsoft.AspNetCore.SystemWebAdapters.CoreServices/HttpRuntimeFactory.cs) which allows mocking/testing the properties.

Not to hijack this at all, but it might be nice to surface a couple of other IIS properties in the `IISEnvironmentFeature` `AppPoolId`, `AppPoolConfig`, `AppDomainAppId`, `IISVersion`, `InstanceID`, and `InstanceMetaPath` would...

I know that only some of the information is written, depending on the (solution) configuration and platform selected, but the output seen with MSBuildEmitSolution when using MSBuild might be a...

> 1. LHM does have a basic lm-sensors readout, but no fan control. However, with a bit of code, managed to get manual fan control for all detected PWM in...

> > Then just replace the Sdk attribute with and voilà! > > Replace the Sdk attribute with what? @zythra It says how to use the SDK in the project...

At a guess from the error message, it looks like the `BINARY_FILENAME` file is still written with `BinaryFormatter`. Make sure you delete the file, and replace your `SaveToDisk` method first...

I love where this is going but I do have a couple of thoughts. I think there needs to be some mechanism for remapping and/or adjusting the schema names (I...

@leusbj The way the razor generator works is to load the MVC dlls and generate the code using the build in compilation mechanism (as I understand it). This uses the...