pullrequests Search Results · repo:OpenByteDev/netcorehost language:Rust
Filter by
4 results
(64 ms)4 results
inOpenByteDev/netcorehost (press backspace or delete to remove)When trying to use the crate without the nethost feature, compilation fails because crate::nethost::LoadHostfxrError is
referenced in other modules than nethost. This PR moves the error to the error module. ...
brain0
- Opened on Feb 9
- #35
OpenByteDev
- Opened on Jun 7, 2022
- #23
The char type on ARM is unsigned, resulting in build errors due to the explicit use of i8. Replace these with c_char to
fix.
Sample error (one of many):
error[E0308]: mismatched types
-- src/hostfxr/library1_0.rs:50:63 ...
spencercw
- 1
- Opened on Jun 1, 2022
- #22
Fixes #16
- Removes the unused feature option_result_unwrap_unchecked
- Removes the features maybe_uninit_uninit_array and maybe_uninit_slice. These could be made conditional, but I don t
think ...
enhancement
a-ctor
- 1
- Opened on Jan 29, 2022
- #17