Here are the Iesi.Collection symbols that we have with project names and
versions that they were uploaded with:

"4C4ADBD8C000";"6240ED3E4A8D4E56BEC18B51583E786D1";"3.0.0.Alpha1";"NHibernate"
"4B8D894CC000";"7E94FEAAD6F9410184CF0905BD30ADAE1";"3.0.0.Alpha1-4950";"NHibernate"
"4C680857C000";"D9041E4EFAC946108240ABF1271FC8DB1";"3.0.0.Alpha2";"NHibernate"
"4CE7BAEEC000";"B6925BA2E90B4F4B9DA5DB0AC9086C0C1";"3.0.0.CR1";"NHibernate"
"4C9F88E0C000";"74DD3ED7345A4AF8A94450A1D53FDA021";"3.0.0.Alpha3";"NHibernate"
"4CCDBBD0C000";"E7AC5205925C426AB5B682E1DBAE9AF01";"3.0.0.Beta2";"NHibernate"
"4CFA8C9BC000";"B90A56F52092459AA4A0DD5EB02E255F1";"3.0.0.GA";"NHibernate"
"4CB060BCC000";"DCD02FC551364383A01DD8356A66C3EE1";"3.0.0.Beta1";"NHibernate"
"4ECAC534C000";"11290D6D8DD14E07859CD62DC3EB3FAB1";"3.2.0.4000";"Iesi.Collections"
"4E33FE16C000";"8322DB1B02CE4721B9E003BB750902AE1";"3.2.0.4000";"Iesi.Collections"

So if the recent NHibernate package uses any of these, symbols are served
from a previous upload.

Cheers,
Marcin

P.S. So the NHibernate 3.3-CR1 packages resolves Iesi.Collections to
3.2.0.4000, for which I manually uploaded symbols some time ago together
with NHibernate 3.2 GA.

On Tue, Mar 13, 2012 at 05:28, Julian Maughan <[email protected]>wrote:

> Thanks Marcin, but it appears the symbols were successfully uploaded,
> although I don't actually remember having a NuGet push that didn't timeout.
>
> One thing I'm curious about is that I did not upload the symbols for
> Iesi.Collections 1.0.1.0. I can't find the project on SymbolSource, yet
> Visual Studio seems to be able to download the symbols for it?
>
> Regards
> Julian
>
> On Monday, 12 March 2012 02:23:52 UTC+8, Marcin Mikołajczak wrote:
>>
>> If you fail with symbols, send the package to me, I'll make sure it gets
>> through.
>>
>> Cheers,
>> Marcin (TripleEmcoder)
>>
>> 2012/3/11 Julian Maughan <[email protected]>
>>
>>> Should be there now. I'm just pushing the symbols, but it keeps timing
>>> out on me.
>>>
>>> Make sure you have version 1.6 of NuGet (for pre-release support), and
>>> use "install-package NHibernate -pre" or "update-package NHibernate -pre"
>>> from the Package Manager Console.
>>>
>>> Rgds
>>> Julian
>>>
>>> On 12 March 2012 01:20, Alexander I. Zaytsev <[email protected]> wrote:
>>>
>>>> Hi, everybody.
>>>>
>>>> When will it be available in nuget?
>>>>
>>>> воскресенье, 11 марта 2012 г. 17:05:20 UTC+6 пользователь Oskar
>>>> Berggren написал:
>>>>
>>>>> NHibernate 3.3.0 Candidate Release 1 is now available for download
>>>>> from Sourceforge.
>>>>>
>>>>> http://sourceforge.net/**project**s/nhibernate/?source=**directory<http://sourceforge.net/projects/nhibernate/?source=directory>
>>>>>
>>>>> Please test in your projects and report any issues. Leading up to the
>>>>> final 3.3.0 release, we are of course mainly interested in fixing any
>>>>> new regressions. Because of the large number of changes to the LINQ
>>>>> provider, if your project use LINQ heavily it is especially useful to
>>>>> test for any regressions in your existing queries.
>>>>>
>>>>>
>>>>> Summary of changes:
>>>>>
>>>>> * Many improvements to the LINQ provider to extend the set of queries
>>>>> which
>>>>>   it can handle.
>>>>>
>>>>> * Introduction of the "enhanced" family of id generators. These can be
>>>>> backed
>>>>>   by either a sequence or a table, have built in support for tracking
>>>>> several
>>>>>   id series in the same table, and share a common set of optimizers,
>>>>> which
>>>>>   implement e.g. HiLo or Pooled algorithms.
>>>>>
>>>>> * Some new abilities in Mapping-By-Code.
>>>>>
>>>>> * And a nice batch of bug fixes in other areas.
>>>>>
>>>>>
>>>>> ** Known BREAKING CHANGES from NH3.2.0.GA to NH3.3.0.CR1
>>>>>
>>>>>    ##### Possible Breaking Changes #####
>>>>>        * [NH-2214] - SQL Server 2005/2008: Exception is now thrown
>>>>> when paging a statement that requires distinct results, and is ordered
>>>>> by a column that is not included in the result set of the query
>>>>>                    - Dialog.**ExtractColumnOrAliasNam**es method
>>>>> signature
>>>>> and visibility changed - may affect custom dialects that use this
>>>>> method
>>>>>        * [NH-2950] - IAccessCallback.NextValue property renamed and
>>>>> changed to a method called IAccessCallback.GetNextValue()
>>>>>        * [NH-2953] - SequenceStyleGenerator now forces use of a table
>>>>> if a pooled optimizer is chosen and the dialect doesn't support pooled
>>>>> sequences.
>>>>>        * [NH-2960] - Queries for an entity name will now not include
>>>>> instances of the same class mapped using a different entity name.
>>>>>        * [NH-2664] - IHqlExpressionVisitor has new property
>>>>> ISessionFactory SessionFactory { get; }
>>>>>        * [NH-3067] - The use of Substring() in Linq queries have been
>>>>> corrected so the zero-based index parameter in C# is converted to
>>>>> one-based index in SQL.
>>>>>        * [NH-2528] - Throw exception instead of silently truncate
>>>>> string and blob data
>>>>>
>>>>> Full list of changes:
>>>>> https://nhibernate.jira.com/**se**cure/ReleaseNote.jspa?**projectI**
>>>>> d=10000&version=10540<https://nhibernate.jira.com/secure/ReleaseNote.jspa?projectId=10000&version=10540>
>>>>>
>>>>>
>>>>> /Oskar
>>>>>
>>>>>
>>>
>>
> On Monday, 12 March 2012 02:23:52 UTC+8, Marcin Mikołajczak wrote:
>>
>> If you fail with symbols, send the package to me, I'll make sure it gets
>> through.
>>
>> Cheers,
>> Marcin (TripleEmcoder)
>>
>> 2012/3/11 Julian Maughan <[email protected]>
>>
>>> Should be there now. I'm just pushing the symbols, but it keeps timing
>>> out on me.
>>>
>>> Make sure you have version 1.6 of NuGet (for pre-release support), and
>>> use "install-package NHibernate -pre" or "update-package NHibernate -pre"
>>> from the Package Manager Console.
>>>
>>> Rgds
>>> Julian
>>>
>>> On 12 March 2012 01:20, Alexander I. Zaytsev <[email protected]> wrote:
>>>
>>>> Hi, everybody.
>>>>
>>>> When will it be available in nuget?
>>>>
>>>> воскресенье, 11 марта 2012 г. 17:05:20 UTC+6 пользователь Oskar
>>>> Berggren написал:
>>>>
>>>>> NHibernate 3.3.0 Candidate Release 1 is now available for download
>>>>> from Sourceforge.
>>>>>
>>>>> http://sourceforge.net/**project**s/nhibernate/?source=**directory<http://sourceforge.net/projects/nhibernate/?source=directory>
>>>>>
>>>>> Please test in your projects and report any issues. Leading up to the
>>>>> final 3.3.0 release, we are of course mainly interested in fixing any
>>>>> new regressions. Because of the large number of changes to the LINQ
>>>>> provider, if your project use LINQ heavily it is especially useful to
>>>>> test for any regressions in your existing queries.
>>>>>
>>>>>
>>>>> Summary of changes:
>>>>>
>>>>> * Many improvements to the LINQ provider to extend the set of queries
>>>>> which
>>>>>   it can handle.
>>>>>
>>>>> * Introduction of the "enhanced" family of id generators. These can be
>>>>> backed
>>>>>   by either a sequence or a table, have built in support for tracking
>>>>> several
>>>>>   id series in the same table, and share a common set of optimizers,
>>>>> which
>>>>>   implement e.g. HiLo or Pooled algorithms.
>>>>>
>>>>> * Some new abilities in Mapping-By-Code.
>>>>>
>>>>> * And a nice batch of bug fixes in other areas.
>>>>>
>>>>>
>>>>> ** Known BREAKING CHANGES from NH3.2.0.GA to NH3.3.0.CR1
>>>>>
>>>>>    ##### Possible Breaking Changes #####
>>>>>        * [NH-2214] - SQL Server 2005/2008: Exception is now thrown
>>>>> when paging a statement that requires distinct results, and is ordered
>>>>> by a column that is not included in the result set of the query
>>>>>                    - Dialog.**ExtractColumnOrAliasNam**es method
>>>>> signature
>>>>> and visibility changed - may affect custom dialects that use this
>>>>> method
>>>>>        * [NH-2950] - IAccessCallback.NextValue property renamed and
>>>>> changed to a method called IAccessCallback.GetNextValue()
>>>>>        * [NH-2953] - SequenceStyleGenerator now forces use of a table
>>>>> if a pooled optimizer is chosen and the dialect doesn't support pooled
>>>>> sequences.
>>>>>        * [NH-2960] - Queries for an entity name will now not include
>>>>> instances of the same class mapped using a different entity name.
>>>>>        * [NH-2664] - IHqlExpressionVisitor has new property
>>>>> ISessionFactory SessionFactory { get; }
>>>>>        * [NH-3067] - The use of Substring() in Linq queries have been
>>>>> corrected so the zero-based index parameter in C# is converted to
>>>>> one-based index in SQL.
>>>>>        * [NH-2528] - Throw exception instead of silently truncate
>>>>> string and blob data
>>>>>
>>>>> Full list of changes:
>>>>> https://nhibernate.jira.com/**se**cure/ReleaseNote.jspa?**projectI**
>>>>> d=10000&version=10540<https://nhibernate.jira.com/secure/ReleaseNote.jspa?projectId=10000&version=10540>
>>>>>
>>>>>
>>>>> /Oskar
>>>>>
>>>>>
>>>
>>

Reply via email to