DotNET.jl icon indicating copy to clipboard operation
DotNET.jl copied to clipboard

Julia ❤️ .NET

Results 7 DotNET.jl issues
Sort by recently updated
recently updated
newest added

DotNET never crashes when I use it in the terminal but it does when I use it in VSCode. To reproduce the issue just type `using DotNET` in the julia...

help wanted

Hi, Are there any plans to add .NET Framework support in the future? In particular I am interested in versions 4.7/4.8. Is Framework not supported because it is not really...

help wanted
.NET Framework

the following works just fine: ``` julia> for i in 1:10000 GlobalDictInterface.Update("c1", "k$i", "v$i"^1000) end ``` But stress testing it it doesn't: ``` julia> while true; for i in 1:1000...

I've been trying to use ODBC.jl to efficiently load data from my local computer onto a MS SQL Server. I am able to load data but it goes row-by-row so...

Hello, Thanks again for this package! When converting arrays from dotNET julia array, I am using the function `collect`. However, the function takes a long time to run for an...

I'm not really familiar with the internals of the package (nor .Net to be honest), but would it be possible to enable calling methods without specifyin optional arguments? I copied...

I have been having trouble using external assemblies. Following the readme I have tried the following: ``` using DotNET reader = T"System.Reflection.Assembly".LoadFrom(raw"/Users/n.t.wamsley/Projects/Julia_Testing/ThermoFisher.CommonCore.RawFileReader.dll") ``` Which returns ``` System.Reflection.RuntimeAssembly("ThermoFisher.CommonCore.RawFileReader, Version=5.0.0.88, Culture=neutral, PublicKeyToken=1aef06afb5abd953")...

.NET Framework