Граф коммитов

1087 Коммитов

Автор SHA1 Сообщение Дата
Christoph Wille 56336eae13 Move samples and articles to Wiki for easier editing. Adding section on GH projects using AvalonEdit. See #179 2019-07-03 07:11:58 +02:00
Jochen Kühner c1cc6bc225
Update README.md 2019-07-02 19:33:20 +02:00
Christoph Wille cafdb21232 Add badges 2019-07-02 11:18:35 +02:00
Christoph Wille aa44021c45 Use plain VS2019 image (never, and we need SDK only anyways) 2019-07-02 09:48:20 +02:00
jkuehner 64de0a9cc7 bugfix appveyor build (fails cause of Debug.Assert compare of xshd filename and name inside) 2019-06-11 09:56:57 +02:00
jkuehner 4655eb6177 feature fix indention 2019-06-10 23:54:52 +02:00
jkuehner 3e85f0908c fix tabs / spaces 2019-06-10 17:48:18 +02:00
jkuehner cb8e7377c5 fix compile after rebase 2019-06-10 15:51:30 +02:00
jkuehner 24db0aad77 rename markdown definition 2019-06-10 15:40:03 +02:00
jkuehner 2c3e3e6a3e bugfix xsd - add new attributes 2019-06-10 15:36:46 +02:00
jkuehner 13bb870c37 add strikethrough to xshd closes #89 2019-06-10 15:36:46 +02:00
jkuehner a49d3fdbcf support for fotsize and familiy closes #75 2019-06-10 15:36:45 +02:00
jkuehner 8d40574242 feature support json highlightning 2019-06-10 15:35:51 +02:00
jkuehner 68b66115da bugfix #20, fix current line highlightning 2019-06-10 15:35:51 +02:00
Daniel Grunwald 59c4209c6c
Merge pull request #176 from icsharpcode/removeNR
Remove NREFACTORY constant
2019-06-10 14:57:28 +02:00
Christoph Wille ad10a1e51b Remove NREFACTORY constant
Remove using ICSharpCode.NRefactory.Editor; and accompanying empty namespace in AssemblyInfo.cs
2019-06-10 14:08:24 +02:00
Daniel Grunwald 5b8dd27597
Merge pull request #175 from icsharpcode/removeDOTNET4
Remove DOTNET4 constant
2019-06-10 13:07:37 +02:00
Christoph Wille c62843cc6a Remove DOTNET4 constant - it was used to support .NET 3.5 which is no longer built. See #174 2019-06-10 10:42:40 +02:00
Daniel Grunwald 78ea8e166b
Merge pull request #168 from icsharpcode/feature/netcore3
feature netcore3 support
2019-06-09 14:48:35 +02:00
Daniel Grunwald 3854dc2f62 WeakReferenceTests: use separate method for the setup that needs strong references
Previously we had the problem of the compiler/JIT optimizing out the "redundant" `textView = null;` assignment, thus extending the lifetime of the strong reference and causing the test to fail.
2019-06-09 10:58:10 +02:00
Christoph Wille 3e41b331d1 Amend README.md with a short section on How to build 2019-06-09 08:27:43 +02:00
Christoph Wille 859bcbc779 Remove old packages folder (package creation now automated via build server/dotnet pack) 2019-05-26 10:50:38 +02:00
Christoph Wille b3df14ce1e Sample set to IsPackable = false 2019-05-26 10:49:42 +02:00
Christoph Wille 4b7e907d46 Update to v2019.4.14.0 of SHFB (see https://github.com/EWSoftware/SHFB/releases)
Re-create project file via File/New/SHFB and copying relevant config from old->new
2019-05-26 10:48:45 +02:00
Christoph Wille cee3f22eab Tweak nuget package versioning 2019-05-25 15:49:43 +02:00
Christoph Wille 756dc3da87 Work on AppVeyor config 2019-05-25 15:32:22 +02:00
Christoph Wille 06b171c502 net35 does not play nicely with dotnet build from Core SDKs (see https://github.com/Microsoft/msbuild/issues/1333) - therefore removed net35 target (to be discussed if ok) 2019-05-25 15:14:36 +02:00
Christoph Wille c7d9de9dd2 Use publish_nuget:true according to https://www.appveyor.com/docs/build-phase/#packaging-net-core-nuget-libraries 2019-05-25 14:56:53 +02:00
Christoph Wille 70a6101657 Try using standard dotnet pack from AppVeyor (and not copy stuff to the side in the packages folder) 2019-05-25 14:41:17 +02:00
Christoph Wille 69f9c8c4b2 Create snukpg & use sourcelink 2019-05-14 09:53:03 +02:00
Christoph Wille c0c8744a9d Missing brackets on dereferencing env var 2019-05-05 20:27:02 +02:00
Christoph Wille 4c5cb06427 Missing regex change, missing .Value for env var 2019-05-05 20:18:06 +02:00
Christoph Wille e7842f4c71 Hacky way to get version into the nuspec (seems the whole -replace syntax isn't working as it were) 2019-05-05 20:06:28 +02:00
Christoph Wille 1da8e0dc62 Add <Version>, <AssemblyVersion> and <FileVersion> to csproj 2019-05-05 18:48:32 +02:00
Christoph Wille 14c23dc30e Try adding semver option to NuGet create script 2019-05-05 18:07:25 +02:00
Christoph Wille 99ea14ecd7 Try to figure out why {version} was not picked up 2019-05-05 17:53:36 +02:00
Christoph Wille f4450232a3 Build both Debug & Release 2019-05-05 16:37:59 +02:00
Christoph Wille b3d18f6208 Collect artifacts from packages directory (instead of root) 2019-05-05 15:27:14 +02:00
jkuehner dcfb87fd90 remove wrong xml comment 2019-05-04 11:12:08 +02:00
jkuehner 3db4a95bb2 remove obsolete code 2019-05-04 11:05:25 +02:00
jkuehner 4cf1362e61 fix nuspec files 2019-05-04 11:04:37 +02:00
jkuehner 831067ccbe bugfix package nuspec 2019-05-04 10:57:31 +02:00
jkuehner 8a342a1fd4 bugfix weakref test again 2019-05-04 10:57:15 +02:00
jkuehner 09d186f89d change weak ref test to warnings 2019-05-04 10:49:14 +02:00
jkuehner 15bb707e00 try again to fix weak ref 2019-05-04 10:40:18 +02:00
jkuehner 9a9a8ee831 try to fix weak ref. check 2019-05-04 10:28:32 +02:00
Siegfried Pammer c1c873f962 Disable RDP in appveyor.yml 2019-05-03 18:55:48 +02:00
Christoph Wille cb438f2cdb Add global.json for current p4 of netcore3 (vs2019 rtm) 2019-05-03 18:50:45 +02:00
Siegfried Pammer 869f7f88ef add RDP debugging info 2019-05-01 15:01:08 +02:00
Christoph Wille 66e7e928ad Revert "Try 3.10 instead of default 3.7 test runner (choco install first instead of NuGet)"
This reverts commit ed8c9baf58.
2019-05-01 14:10:00 +02:00