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

427 Коммитов

Автор SHA1 Сообщение Дата
Viktor Tachev be8b334ce4 chore: fix typo 2024-11-04 17:25:42 +02:00
Viktor Tachev 594828022b
Merge pull request #15 from telerik/security-headers
Update headers
2024-06-03 17:26:09 +03:00
Viktor Tachev dbca2db1d7
chore: update headers 2024-06-03 15:29:27 +03:00
Viktor Tachev 8df5a2bee9
Merge pull request #14 from telerik/security-headers
chore: add security headers
2024-05-28 16:51:25 +03:00
Georgi Yankov ccdcbf9b39
chore: add security headers 2024-05-28 15:57:50 +03:00
Viktor Tachev 63937d271d
Merge pull request #13 from telerik/align-ninja
fix: ninja overflows on small screens
2024-05-23 16:23:39 +03:00
Georgi Yankov 14eeff7d74
fix: ninja overflows on small screens 2024-05-23 16:16:00 +03:00
Viktor Tachev 1c75e506e0
Merge pull request #12 from telerik/repl-links
chore: add repl links to footer
2024-05-23 15:45:32 +03:00
Georgi Yankov 49ec5ab044
chore: move repl links to header 2024-05-23 15:37:34 +03:00
Georgi Yankov 65912634e9
chore: add repl links to footer 2024-05-23 15:26:52 +03:00
Georgi Yankov 9353cec6ed
chore: update CD workflow project path 2024-04-04 11:07:19 +03:00
Georgi Yankov 881028dc27
Merge pull request #7 from telerik/core-migration
chore: migrate web app to .net core
2024-04-04 10:59:27 +03:00
Georgi Yankov 1e7c7ad6d3
chore: remove redundand files 2024-04-04 10:52:21 +03:00
Georgi Yankov 67a64c5417
chore: bump to net8 2024-04-04 10:42:36 +03:00
Georgi Yankov 716752f9c8
chore: add cd workflows 2024-04-04 10:33:31 +03:00
Georgi Yankov 33faeddb7d
chore: migrate web app to .net core 2024-04-02 21:04:31 +03:00
Kamen Velikov d000a4e5f2 Update _Layout.cshtml 2023-08-31 14:39:32 +03:00
Kamen Velikov 7383d76c20 Update _Layout.cshtml 2023-08-31 14:12:54 +03:00
Kamen Velikov 5f648c9645 update gtm project 2020-08-03 14:04:39 +03:00
kvelikov 89042853fa (fix) Rollback to .net framework 4.6 2018-05-16 11:58:53 +03:00
kvelikov 19daffedc5 Merge branch 'icsharpcode-master' 2018-05-15 11:02:09 +03:00
Kamen Velikov cdc6010ccf
Merge pull request #1 from telerik/kvelikov/branding
Kvelikov/branding
2018-05-15 10:54:02 +03:00
GrahamTheCoder b84663e354 Comment conversion robustness improvements (and remove unused)
Still need to tidyup stray apostrophes by trimming lines
2018-05-08 10:24:13 +01:00
GrahamTheCoder 22fd020716 Tweak changelog.md to say what happened, not the initial problem 2018-05-08 09:16:59 +01:00
GrahamTheCoder 1da1c350ba Update build number 2018-05-08 08:56:47 +01:00
GrahamTheCoder 5ab68b0b80 Completely pin down all dependencies to versions as they build locally
Using the Get-AssemblyName function from here: https://grahamthecoder.wordpress.com/2018/03/03/listing-net-assembly-versions-in-powershell/
(Get-AssemblyName -Recurse "Path\to\webapp\bin").BindingRedirect > out.txt
Then pasting that into the web config

The full solution I'll do sometime later is to use the new project format and .NET 4.7.1 with <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2018-05-08 08:53:41 +01:00
GrahamTheCoder 563cb5cb9b Bump version to 5.7 due to converting solution and proj files 2018-05-08 01:25:17 +01:00
GrahamTheCoder 86aebea195 Allow for resolving the method perfectly 2018-05-08 01:04:03 +01:00
GrahamTheCoder 7af4bf4e02 Compile as dll 2018-05-08 00:47:19 +01:00
GrahamTheCoder 62ff26026b Make test case source and target compile: Fixes #111 and fixes #112 2018-05-08 00:41:29 +01:00
GrahamTheCoder bee63bb23c Extract commonality 2018-05-08 00:37:52 +01:00
GrahamTheCoder 8243ba0a31 CSToVBConversion: Allow compile errors to show up when flag toggled 2018-05-08 00:31:51 +01:00
GrahamTheCoder 8c3352f703 Deal with accesorless properties fixes #119 2018-05-08 00:25:22 +01:00
GrahamTheCoder 11c17bd724
Merge pull request #122 from icsharpcode/events
VB -> C#: WithEvents/Handles
2018-05-07 18:05:51 +01:00
GrahamTheCoder 6ff4c6af89 Put name mapping in a single place 2018-05-07 18:03:38 +01:00
GrahamTheCoder 78d5a9d60c Test for class
Neither test can auto-test comments due to generated code
2018-05-07 16:59:07 +01:00
GrahamTheCoder f24d402020 Ensure modules have all-static members 2018-05-07 16:48:38 +01:00
GrahamTheCoder 5ddc5d3207 Properties, backing fields and intializers for WithEvents fields 2018-05-07 16:48:38 +01:00
GrahamTheCoder 9d56e3bf19 Remove redundant code 2018-05-06 12:34:57 +01:00
GrahamTheCoder 255f4a0aaa Pass through CommentConvertingVisitor in constructor 2018-05-06 12:34:02 +01:00
GrahamTheCoder 7309337264 Ensure TriviaConvertingVisitor is passed through 2018-05-06 12:31:16 +01:00
GrahamTheCoder ca2f071c31 Do away with static calls to avoid passing SemanticModel everywhere 2018-05-06 12:25:57 +01:00
GrahamTheCoder 380dee8d7c Pull out CommonConversions class 2018-05-06 12:19:06 +01:00
GrahamTheCoder 4d7ca26bd6 Allow specifying withEvents even though it currently does nothing 2018-05-06 12:10:53 +01:00
GrahamTheCoder fdf71dbd8f Allow a prefix for the identifier 2018-05-06 12:10:30 +01:00
GrahamTheCoder 0115b48712 More methods to make this a higher-level overview kind of method 2018-05-06 12:09:01 +01:00
GrahamTheCoder 3220d26080 Don't adjust the type outside the loop
It seems weird that the initializer can currently differ for the split declarations - that may well still be wrong, but surely it should either be calculated up front, or from the base initializer fresh each time, not be weirdly dependant on what the previous declarator set it to
2018-05-06 12:07:02 +01:00
GrahamTheCoder 515ef37d45 Pull out method to declutter 2018-05-06 12:03:30 +01:00
GrahamTheCoder 225a383b9d For non-constants use a pattern match expression to match VB structure
Fixes #118
2018-05-05 16:36:02 +01:00
GrahamTheCoder 751e6001f9 Convert DateAndTime to DateTime
Some things like DateString and setting the system time won't work, but we can always add more special cases later
2018-05-05 16:31:15 +01:00