PowerShell/src/ResGen
Dongbo Wang 153d677839
Engine: Make some minor cleanup changes (#6609)
- Remove the calls to `GetTypeInfo()` in the generated `.resx` binding C# binding code (change in the tool `ResGen`).
- Remove the unused methods in `SessionState.cs`.
- Remove the calls to `GetTypeInfo()` from `Compiler.cs` and other files in `engine\runtime`.
- Fix typos in `VariableAnalysis.cs` and `ClassOps.cs`.
- Minor perf improvement in `MutableTuple.cs` by using indexing instead of linq extension method `last()`.
2018-04-10 18:03:20 -07:00
..
Program.cs Engine: Make some minor cleanup changes (#6609) 2018-04-10 18:03:20 -07:00
ResGen.csproj Build powershell core using the generic RID 'linux-x64' (#4841) 2017-09-18 09:31:07 -07:00