-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed asp.net core project #3067
Conversation
I am building here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Now need to double check if we revert the inclusion on modules or it is needed there.
revert it |
I was talking about this PR neo-project/neo-modules@e9e7a07 I tried here, but the inclusion of the Framework Reference on RpcServer.csproj is still needed. The framework reference is needed just for building, right? |
That is correct. |
Maybe the Swagger will work now, I will try to double check there tomorrow. |
Just FYI, swagger microsoft library has some bugs. |
We are going to |
The issue for me is that seems that is not working well Line 114 in 87863c6
|
That would be a |
You mean copy manually the files to the parent directory? |
I think that we need to put the asp net core libraries of the plugin in root\Plugins Line 128 in 87863c6
|
In the |
If it's solved copying the library there, we can close both and fix the plugin release |
Which one is this runtime version? @shargon , As it now, perhaps that for RpcServer we just need the framework for compilation. |
@cschuchardt88 vould you add it to neo-gui also? |
@shargon yes i can do that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is still not clear to me the best direction to go.
In this sense, @cschuchardt88, I believe it will be better to postpone this.
I am not against it.
I am just in favor of keeping everything simpler and more stable for now. Merge this PR would keep this cycle of trying to fix something that is not still fully solved (at least in the explanations).
Its |
@vncoelho |
We will fix modules, or exes (or its already solved) |
Sorry I confuse the pr hahaha |
solved already with this pR |
If not reverted for neo(which is not a good direction) this is needed for cli and gui
Still needed? |
@shargon |
* master: Fixed asp.net core project (neo-project#3067) Updated BLS12_381 (neo-project#3074) avoid nonsense exception messages. (neo-project#3063) Removed `MyGet` (neo-project#3071) Updated unit-test (neo-project#3073) add hash verification for OnImport (neo-project#3070) Make public ReadUserInput (neo-project#3068) Removed asp.net core (neo-project#3065) Enforce Line Endings in `.editorconfig` (neo-project#3060) Remove some warnings (neo-project#3057) Fixed workflow timeout-minutes (neo-project#3048) Fix: specify the error message (neo-project#3030) Removes `WebSocket`s from the network layer (neo-project#3039) set timeout for tests (neo-project#3046) Fix: Editconfig (neo-project#3023) Set project as nullable (neo-project#3042) Fix: fix equal (neo-project#3028) # Conflicts: # src/Neo.CLI/CLI/MainService.cs # src/Neo.CLI/Settings.cs # src/Neo/ProtocolSettings.cs
* master: Made `MemoryStore` the default whithout `config.json` for `neo-cli` (neo-project#3085) Adding Devcontainer and link to codespace (neo-project#3075) Update & Consolidate nugets (neo-project#3083) Adding NNS to `neo-cli` (neo-project#3032) Add: add pull request template (neo-project#3081) Move to monorepo: Neo.Cryptography.BLS12_381 (neo-project#3077) Add: add a new verify result status code (neo-project#3076) Convert to Neo.Json and Neo.ConsoleService to `dotnet` standard 2.1 (neo-project#3044) Avoid IsExternalInit (neo-project#3079) Clean usings (neo-project#3078) Fixed asp.net core project (neo-project#3067) Updated BLS12_381 (neo-project#3074) avoid nonsense exception messages. (neo-project#3063) Removed `MyGet` (neo-project#3071) Updated unit-test (neo-project#3073) add hash verification for OnImport (neo-project#3070) Make public ReadUserInput (neo-project#3068) Removed asp.net core (neo-project#3065) Enforce Line Endings in `.editorconfig` (neo-project#3060) # Conflicts: # src/Neo.CLI/CLI/MainService.cs
Tested
Closes #3066
Closes neo-project/neo-modules#862