OwnageIsMagic
OwnageIsMagic
I think the only reasonable package split is: declarations (interfaces, attributes) - implementations (actual code).
You can estimate `FieldCount`/`RowCount` from `` element, I think just skipping `sheetData` would be a huge win.
I think since user intentionally opt-ins (`using` is C# 1 feature -- always on by default) output should prefer correct semantics vs compile-ability. At least it's possible to drop cast...
It doesnt work for me  What I am missing? `bfg2="java -jar /home/ubuntu/bfg-repo-cleaner/bfg/target/bfg-1.12.4-SNAPSHOT-paul-blob-exec-234ba67.jar"` ```scala Exception in thread "main" java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.io.IOException: Stream closed at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:299) at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:286) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116) at...
@KevinRansom Most fixes in this PR are in 3 categories. 1\. Micro optimizations like using `String.Equals(...)` vs `String.Compare(...) = 0`, using `char` overload instead of `string`, etc. I agree that...
@NN--- >Just curious what is the reason you need this library today ? We have around 800-1000 XP devices left per client (10 clients around the world). Most of them...
Yes, I actually use NET8 RC SDK for dev builds and latest stable in CI. But it doesn't matter since once compiled to IL and packed it's indistinguishable from code...
This is intentional not including it when targeting net461+ since otherwise it would conflict with `Microsoft.Bcl.AsyncInterfaces` from other packages as you already found in a hard way. The fix is...
It could be done from web editor, but I'm puzzled with current branching policy.
For some basic feedback there is https://www.nuget.org/stats/packages/Theraot.Core?groupby=Version&groupby=ClientName&groupby=ClientVersion which shows that there is 95 average daily downloads (which I would count as `95/{3 avg daily CI builds}=30 real users + X...