Eric StJohn

Results 138 issues of Eric StJohn

The WordPiece algorithm should be added to Microsoft.ML.Tokenizers. WordPiece algorithm is the basis for BERTTokenizer-based models. Needed for [E5](https://arxiv.org/abs/2212.03533) We can see reference implementations in https://github.com/microsoft/BlingFire (MIT license) https://github.com/huggingface/tokenizers (Apache...

enhancement
P2

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=581388 Build error leg or test failing: Microsoft.NET.Build.Tests.GivenThatWeHaveAPackageReferenceWithAliases.CanBuildProjectWithAPackageReferenceWithMultipleAliases Pull request: https://github.com/dotnet/sdk/pull/39066 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...

Area-Infrastructure
untriaged
Known Build Error

### Describe the bug When building a self-contained application, the SDK doesn't specify `PackageConflictPlatformManifests` to conflict resolution. Originally this was because it could count on the actual files being passed...

Area-NetSDK

It seems that the NoTargets project is getting confused if it's in an outer or inner build. Try the attached repro: [noBuildCrossTargeting.zip](https://github.com/microsoft/MSBuildSdks/files/12307219/noBuildCrossTargeting.zip) When building this you'll see: > C:\Program Files\dotnet\sdk\8.0.100-preview.7.23369.9\Microsoft.Common.CurrentVersion.targets(1842,5):...

## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=639539 Build error leg or test failing: Docker Linux / Build CLR and Libraries Pull request: N/A ## Error Message Fill the error message using [step...

area-System.Net
Known Build Error

CC @richlander We've seen a lot of reports of folks installing x64 on ARM64 / M1 and expecting the default experience. We should consider warning them in the installer UI...

In doing the installer work for ARM64 I noticed our MacOS bundles are twice the size they ought to be. This can be observed by comparing to the tar.gz, or...

Mac installer resources appear to have a localized layout https://github.com/dotnet/installer/tree/main/src/redist/targets/packaging/osx/clisdk/resources However nothing in the build process applies translations to these and their final state in the installer pkg is the...

Today the bundle is responsible for reading and passing down an overridden DOTNETHOME value to all installers. We could simplify this by making the MSIs just read the registry key...

## Description The LightGBM package includes targets to warn the user when referencing on an unsupported architecture. Those targets will not be applied when the package is referenced transitively. https://github.com/microsoft/LightGBM/blob/dd31208ab7a7aea86762830697b00666f843ded9/.nuget/create_nuget.py#L80...

bug