You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IeXod has been planned as the new engine, but today I'm not really sure about anything at all. Really. I don't know ...
I'll try to publish new stable release with fixes later, if and only if, GitHub will not be completely blocked soon.
Whenever I want to do something in my open projects ... always, something is always happening to destroy me and everything around me. What the ...
You can follow the news here or twitter or improve it somehow yourself. Let me know about problems or questions while I'm here.
Actually I remember PR WIP. Review of the first beta features is almost ready, or maybe even already ready but not yet reviewed. Not sure but there are something is almost done as far as I remember it.
Do not see a way to get the "tools version passes... In xProjectEnv.cs it appears to be a hard coded null....
protected virtual Project Load(RawText raw, IDictionary<string, string> properties) { using(var reader = XmlReader.Create(new StreamReader(raw.data.GetStream(raw.encoding), raw.encoding))) { return new Project(reader, properties, **null**, PrjCollection); } }
The text was updated successfully, but these errors were encountered: