Gregor Biswanger
1e3fe6183c
update npm packages to newest version of electron, electron-updater, tslint and typescript
2020-04-18 15:09:44 +02:00
Gregor Biswanger
68288d9d73
Update Changelog.md
2019-12-03 11:45:50 +01:00
Robert Muehsig
022221307c
Merge pull request #331 from ElectronNET/bug/318-rename-clitool
...
This should fix #318
7.30.2
2019-12-01 23:52:11 +01:00
Robert Muehsig
ffc6353bf2
Merge branch 'master' into bug/318-rename-clitool
2019-12-01 22:49:46 +01:00
Gregor Biswanger
f4d8144a8b
update changelog with the new release 7.30.2
2019-12-01 01:17:00 +01:00
Gregor Biswanger
30d49ff6e8
Support for different manifest files ( #340 )
2019-11-30 23:30:15 +01:00
Gregor Biswanger
db9d3b1484
activate Electron 7.1.2 build
2019-11-30 02:48:23 +01:00
Gregor Biswanger
a788d71530
Implemented Electrons CommandLine-API, Implemented arguments support, Implemented different manifest file support
2019-11-30 01:30:22 +01:00
Gregor Biswanger
f5e2abfdb4
Change to Electron version 7, fix some breaking changes.
2019-11-28 22:34:49 +01:00
Gregor Biswanger
42f09de7b5
Merge pull request #323 from kant2002/cleanup-project
...
Cleanup project with regard to documentation
2019-11-27 20:50:13 +01:00
Andrii Kurdiumov
72d1f4b2b9
Cleanup project with regard to documentation
...
Was inspired when reviewing .NET Core 3 support
2019-11-27 21:31:19 +02:00
Gregor Biswanger
d2b3c28f91
Merge pull request #342 from jamiebrynes7/bugfix/check-required-args
...
Handle missing `/target` argument for `build` command.
2019-11-27 20:18:37 +01:00
Gregor Biswanger
94c4cd82b0
Merge pull request #334 from thecodejedi/master
...
#308 - Start process with listen port 8000 error.
2019-11-27 20:07:48 +01:00
Gregor Biswanger
600bc1a41b
Merge pull request #322 from kant2002/improve-testability
...
Change test application initialization procedure.
2019-11-27 19:35:38 +01:00
Gregor Biswanger
4e8e771293
Merge pull request #311 from Daddoon/master
...
Support of AddExtension, RemoveExtension, GetExtensions
2019-11-27 19:27:08 +01:00
Jamie Brynes
4014ef7a4d
changelog;
2019-11-16 15:17:55 +00:00
Jamie Brynes
364db7dc25
check for arg
2019-11-16 15:13:02 +00:00
Markus Hoffmann
3dda18ac9a
use Electron Port as base
2019-11-02 13:31:18 +01:00
Robert Muehsig
7f92ffa20e
5.30.1 release
2019-10-29 00:33:03 +01:00
Robert Muehsig
b69d4d23bf
Merge pull request #313 from ElectronNET/netcore30
...
Update to .NET Core 3.0
5.30.1
2019-10-29 00:21:32 +01:00
Robert Muehsig
eb4144053d
This should fix #318
2019-10-28 23:58:43 +01:00
Robert Muehsig
239d914747
Merge pull request #328 from jimbuck/netcore30
...
Converted global npm dependencies to use npx
2019-10-28 23:36:00 +01:00
Robert Muehsig
5af8e489b9
Merge pull request #327 from tadic-luka/patch-1
...
Thanks!
2019-10-28 23:30:54 +01:00
Jim Buck
b6fb1cb0bf
Converted global npm dependencies to use npx.
2019-10-22 23:59:47 -04:00
tadic-luka
aa98b85f18
Update README.md
...
EnableEndpointRouting should be set to false. Otherwise people will get error:
Application startup exception: System.InvalidOperationException: Endpoint Routing does not support 'IApplicationBuilder.UseMvc(...)'. To use 'IApplicationBuilder.UseMvc' set 'MvcOptions.EnableEndpointRouting = false' inside 'ConfigureServices(...).
The solution is even proposed in stack trace.
Issue was opened on https://github.com/aspnet/AspNetCore/issues/9542 and it is explained there what should be done.
2019-10-22 10:48:55 +02:00
Robert Muehsig
af74d24f50
Merge pull request #326 from jbeals12/patch-1
2019-10-21 21:07:07 +02:00
Jason
2240ffca82
Grammar fix.
2019-10-21 11:28:33 -06:00
Robert Muehsig
f64b780a27
documentation and one minor adjustment
2019-10-15 00:21:36 +02:00
Robert Muehsig
fbc5b93513
Merge branch 'netcore30' of https://github.com/ElectronNET/Electron.NET into netcore30
2019-10-15 00:13:34 +02:00
Robert Muehsig
14d02706c0
small changes for version stuff
2019-10-15 00:13:22 +02:00
Robert Muehsig
2c14693430
Merge branch 'master' into netcore30
2019-10-15 00:10:14 +02:00
Robert Muehsig
54ff11acf5
beta...
2019-10-15 00:09:15 +02:00
Robert Muehsig
b7e7ace6f3
fix build issues on windows
2019-10-14 22:44:30 +02:00
Robert Muehsig
1f7908a0f1
Merge pull request #321 from kant2002/issue-320
...
Fix `buildAll.cmd` and `buildAll.sh` when running on clear repo
2019-10-14 21:45:54 +02:00
Andrii Kurdiumov
cafffde339
Change test application initialization procedure.
...
It essentially the same as before, but MVC test tooling expect Program to have CreateWebHostBuilder. I referer to ability to seamlessly use WebApplicationFactory
I understand that story for testing Electron application will be not easy as it is, but this is allow better defaults for testing web applications which can be run in hybrid mode.
2019-10-14 18:31:32 +03:00
Andrii Kurdiumov
6fbba52edd
Fix buildAll.cmd and buildAll.sh when running on clear repo
...
This is followup to c91884a520 change which on itself was reaction to electron-builder changes in the command line parameters interface
2019-10-14 11:13:53 +03:00
Robert Muehsig
8dd5d1561a
test
2019-10-07 23:16:08 +02:00
Robert Muehsig
25f35e34fe
global npm outside of build commands
2019-10-07 22:53:50 +02:00
Robert Muehsig
f1eaffb203
update github sourcelink and framework reference
2019-10-07 22:48:49 +02:00
Robert Muehsig
69ca5d6f9e
Merge pull request #314 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.Host/lodash-4.17.15
...
Bump lodash from 4.17.11 to 4.17.15 in /ElectronNET.Host
2019-10-07 22:42:03 +02:00
Robert Muehsig
5cd11a8110
build
2019-10-03 23:36:21 +02:00
dependabot[bot]
c343b19a60
Bump lodash from 4.17.11 to 4.17.15 in /ElectronNET.Host
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-03 21:16:04 +00:00
Robert Muehsig
b3bb3ceb97
fix build issues
2019-10-03 23:07:17 +02:00
Robert Muehsig
e25b89ff6a
Update to .NET Core 3.0
2019-10-03 22:30:58 +02:00
Guillaume
28be0dd209
- Removed unused variable from a previous attempt.
2019-09-26 17:34:18 +02:00
Guillaume
8bf10c370c
- Added XML documentation on ChromeExtensionInfo constructor
2019-09-26 17:30:21 +02:00
Guillaume
a32b50f86f
- Fixed / Updated API for Chrome extensions
...
- Sample for quick testing will be put in the pull request
2019-09-26 17:26:33 +02:00
Guillaume
a781234d05
- Removed not existent parameter in method declaration of browserWindowGetExtensions in browserWindows.ts
2019-09-26 13:37:01 +02:00
Guillaume
8b66bdd7cb
- Added BrowserWindow.AddExtension, RemoveExtension, GetExtensions support. Not yet tested
2019-09-26 13:27:22 +02:00
Guillaume
ba64639c1d
- Added AddExtension, RemoveExtension and GetExtensions methods body
...
- Added a ChromeExtensionInfo class, that mimic the returned JS values from GetExtensions method (see https://electronjs.org/docs/api/browser-window#browserwindowgetextensions )
- GetExtensions return a Dictionary<string, ChromeExtensionInfo>, to respect JS documentation declaration.
2019-09-25 17:33:57 +02:00