-
Notifications
You must be signed in to change notification settings - Fork 52
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
Mono *still* lacks support for stuff #201
Comments
In addition: /home/[snip]/development/Grapevine-4.1.1.0/src/Grapevine/Grapevine.csproj (default targets) -> /usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) -> Interfaces/Server/IHttpListener.cs(135,75): error CS1061: 'HttpListener' does not contain a definition for 'DefaultServiceNames' and no extension method 'DefaultServiceNames' accepting a first argument of type 'HttpListener' could be found (are you missing a using directive or an assembly reference?) If you can live without, commenting out the lines gets the compilation to success. |
@acolomitchi I don't have ready access to Mono to test out issues like this. Is this still an issue in the current Grapevine 4? Also, would you be so kind as to check out Grapevine 5 (https://github.com/scottoffen/grapevine) and let me know if you see any Mono-related issues? It's still in beta, so if I can fix anything there before the release, that would be ideal. |
I see none of this in the beta for Grapevine 5, but it looks like some things are still left around in Grapevine 4. I'll clean those up and publish a new package. |
* Fixes #201, removes unused using statements * Fixed unit tests * Removed obsolete items * Reduced assemblies scanned for routes * Removes unused using statements in test project
See #157
Neither 4.1.0 nor 4.1.1 seem to include a fix for it.Needs just the commenting out of the "offending"
using
, no bad effects otherwise.Extra:
The text was updated successfully, but these errors were encountered: