Thomas Levesque
Thomas Levesque
> A bit of extra information: We have constant merge issues in our team within git because every new project tend to receive the same _9A19103F-16F7-4668-BE54-9A1E7A4F7556_ GUID. So when rebasing...
Expected result: 
Good point; it seems to occur only with animated GIFs.
> but I think we should keep decompilation as a fallback. Yes, of course
It looks like the cache [keeps the error](https://github.com/praeclarum/FuGetGallery/blob/374e87da6fd0531f7a00ab29f50099383587234c/Data/PackageData.cs#L386) and doesn't try again for another [365 days](https://github.com/praeclarum/FuGetGallery/blob/374e87da6fd0531f7a00ab29f50099383587234c/Data/PackageData.cs#L354)... Is there a way around this? (of course, since it's a memory cache, I...
@grahamauty in the meantime you can always do it in T-SQL, no need to use the Azure portal https://docs.microsoft.com/en-us/sql/t-sql/statements/add-sensitivity-classification-transact-sql?view=sql-server-ver15
Hi @@voroninp First, are you sure this is the right library? It's only for ASP.NET Core 2.x. If you're using a newer version (which is likely), you should use [Extensions.Hosting.AsyncInitialization](https://github.com/thomaslevesque/Extensions.Hosting.AsyncInitialization)...
Ah, I see. Yes, initialization occurs before the application starts, so telemetry hasn't started yet. I guess it's an inherent limitation... I didn't even know anything about telemetry when I...
Hi @chocobot, Sorry you're having trouble. Do you think you could create a small repro for that issue? Minimal project, just enough to reproduce the issue. It would make it...
Hi @Jdbye, Thanks for the suggestion. It would probably not be very difficult to implement, however I don't have much spare time to work on it. Would you be interested...