Updates to Azure.Storage.Blobs (V12) library#41
Open
jamesburton wants to merge 4 commits intoazure-contrib:masterfrom
Open
Updates to Azure.Storage.Blobs (V12) library#41jamesburton wants to merge 4 commits intoazure-contrib:masterfrom
jamesburton wants to merge 4 commits intoazure-contrib:masterfrom
Conversation
Member
|
woah! I had forgotten about this project. It looks like the build needs fixing, it may be that app veyor is out of data. I'll take a look when I get the time... |
Author
|
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
-->It may be the Lucene package version update clashed with something, as I hadn’t directly touched anything to do with StopAnalyzer that the error refers to, though things had appeared to work when it still had the version before (006 I think) so if that’s the case you could roll that change back (I updated to Lucene.Net beta 12). I would have tried beta 13, but I hit an incompatibility before with another library so have avoided that one for the moment. Regards,James From: Richard AstburySent: 04 December 2020 19:02To: azure-contrib/AzureDirectoryCc: James Burton; AuthorSubject: Re: [azure-contrib/AzureDirectory] Updates to Azure.Storage.Blobs (V12) library (#41) woah! I had forgotten about this project. It looks like the build needs fixing, it may be that app veyor is out of data. I'll take a look when I get the time...—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update appears to still have an issue running against the Azurite Storage Emulator, but fixes running with V12 (Azure.Storage.Blobs) libraries.